Skip to content

Commit

Permalink
hotfix: Change logo width on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe committed Apr 29, 2024
1 parent a44a28b commit a652415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _styles/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
box-sizing: border-box;
transition: none 0.2s;
}

@media (max-width: 600px) {
#Layer_1 {
max-width: 350px;
}
}

0 comments on commit a652415

Please sign in to comment.