Skip to content

Commit

Permalink
adjust top-padding for mobile device - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhangxiao committed Jan 14, 2024
1 parent 52b67e5 commit 888b9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {

@media (max-width: 768px) {
body {
padding-top: 50px; /* Height for smaller screens */
padding-top: 30px; /* Height for smaller screens */
}
}

Expand Down

0 comments on commit 888b9fe

Please sign in to comment.