Skip to content

Commit

Permalink
Assigned a fixed height to profile section so that whole page doesn't…
Browse files Browse the repository at this point in the history
… transform when hovering over social media icons
  • Loading branch information
ashish-bazad committed Oct 15, 2023
1 parent 3a3c5e8 commit 602f58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ h1 {
padding: 40px;
margin: 20px;
width: calc(33.33% - 40px);
height: 448px;
text-align: center;
transition: background-color 0.3s ease;
}
Expand Down

0 comments on commit 602f58c

Please sign in to comment.