Skip to content

Commit

Permalink
Adjusted width of contact info in big screen
Browse files Browse the repository at this point in the history
  • Loading branch information
awhyshll authored Oct 19, 2024
1 parent fff27d6 commit 99a400d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ font-size: 3rem;

.contact-info {
background-color: #00bfa6;
width: 40%; /* Set width for contact info */
width: 80%; /* Set width for contact info */
padding: 30px;
/* margin:4px; */
/* min-width: 400px; */
Expand Down Expand Up @@ -1195,4 +1195,4 @@ padding: 15px 30px;
padding: 10px 18px;
font-size: 0.8rem;
}
}
}

0 comments on commit 99a400d

Please sign in to comment.