Skip to content

Commit

Permalink
media query
Browse files Browse the repository at this point in the history
  • Loading branch information
KoopReynders committed Oct 20, 2023
1 parent 314d3bc commit 78470e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
font-size: 1.2em;
margin: 2em 1em; /* margin: 2em; */
}
@media (min-width: 30em) {
body{
margin: 3em 2em;
}
}
a{
color: #fff;
}
Expand Down

0 comments on commit 78470e2

Please sign in to comment.