Skip to content

Commit

Permalink
Add responsive CSS media query
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJoswiak committed Jun 2, 2020
1 parent 229986d commit f8e5ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/min770px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@media (min-width: 770px) {
body {
width: 600px;
line-height: 1.5;
Expand Down Expand Up @@ -35,3 +36,4 @@ main#content pre {
margin-left: -4%;
padding: 1.5rem 2.2rem;
}
}

0 comments on commit f8e5ca5

Please sign in to comment.