Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaesposito committed Nov 16, 2024
1 parent 1794867 commit 95a59c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ img {
@media screen and (max-width: 1024px) {
#prescontainer {
width: 100vw;
padding: 0 2.5vw 5vh 2.5vw;
padding: 0 2.75vw 5vh 2.75vw;
height: auto;
}
[class*="selfp"] {
Expand All @@ -133,7 +133,7 @@ img {

#contact {
margin-top: 0;
padding: 0 2.5vw 10vh 2.5vw;
padding: 0 2.75vw 10vh 2.75vw;
width: auto;
}
}
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ img {
}

.nav {
padding: 1vw 2.5vw;
padding: 1vw 2.75vw;
}
}

Expand Down

0 comments on commit 95a59c4

Please sign in to comment.