Skip to content

Commit

Permalink
removed percentage-based width
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrenceee04 committed Jul 20, 2024
1 parent 29179b1 commit 649991d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 4 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,18 @@ a:hover {
padding: 10px;
min-height: 50px;
max-height: 100px;
min-width: 200px;
max-width: 400px;
min-width: 210px;
max-width: 500px;
background-color: #1136b1bc;
border-radius: 50px;
width: 30%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
justify-content: space-evenly;
}

.social_favicon {
padding: 2px;
padding: 2px;
}

.social_name{
Expand Down
4 changes: 4 additions & 0 deletions script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ function Instagram() {
function LinkedIn() {
window.open('https://www.linkedin.com/in/lawrence-garcia-a076b1208/', '_blank');
}

function Github() {
window.open('https://github.com/lawrenceee04', '_blank');
}

0 comments on commit 649991d

Please sign in to comment.