Skip to content

Commit

Permalink
minor adjustments to media query's
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxaski committed Nov 22, 2024
1 parent cbc2d9f commit 9008a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/history.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ footer p i {
padding: 0 1rem;
}
}
@media screen and (max-width: 500px) {
@media screen and (max-width: 630px) {
.mobile_logo img {
left: 2rem;
transform: translate(0);
Expand Down

0 comments on commit 9008a90

Please sign in to comment.