Skip to content

Commit

Permalink
Added padding on both left & right on about section | Desktop Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Frogerall committed Oct 24, 2023
1 parent 8f0b838 commit ce37de9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a:hover {
width: 100%;
justify-content: center;
align-items: center;
padding: 10em 0;
padding: 10em 1em;
}
.profile-picture {
width: 350px;
Expand Down Expand Up @@ -362,7 +362,6 @@ a:hover {
}
.about-me-section {
flex-direction: column;
padding-bottom: 2em;
}
.about-me-section p {
font-size: 0.7em;
Expand Down

0 comments on commit ce37de9

Please sign in to comment.