Skip to content

Commit

Permalink
rwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ariyin committed Apr 21, 2024
1 parent 075865d commit 9c467c4
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 238 deletions.
14 changes: 14 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ h2 {
src: url(/fonts/FFNort-Bold.otf) format("opentype");
}
}

.mobile {
display: none;
}

@media (max-width: 1200px) {
main {
display: none;
}

.mobile {
display: flex;
}
}
Loading

0 comments on commit 9c467c4

Please sign in to comment.