Skip to content

Commit

Permalink
Mobile responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinBarto committed Feb 12, 2024
1 parent cfd2b89 commit 3787779
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/page.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@
}
@media (max-width: 640px) {
// Hide one item on the nav links to stop overlapping text
.main{
padding: 1rem;
text-align: center;
.hero{
width: 80%;
margin: 12px auto;
}
}

nav {
.links {
a:nth-child(1){
Expand Down

0 comments on commit 3787779

Please sign in to comment.