Skip to content

Commit

Permalink
Improve responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
jverneaut committed Sep 24, 2024
1 parent 8ebf0bb commit d1e0dfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/autostereogram/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@ html {
text-align: center;
font-family: OT Jubilee;
font-size: 20px;
line-height: 1;

@media screen and (max-width: 880px) {
font-size: 16px;
}
}

.gallery__toggle-container {
Expand Down

0 comments on commit d1e0dfd

Please sign in to comment.