diff --git a/1991.css b/1991.css index 7a3f39b..b5260b8 100644 --- a/1991.css +++ b/1991.css @@ -363,7 +363,22 @@ footer nav a.url:after { /* media queries */ +@media all and (max-width: 900px) { + body { + font-size: 14px; + } + article { + width: 80%; + margin-left: 10%; + } +} @media all and (max-width: 600px) { + body { + font-size: 12px; + } + main h1 { + display: block; + } article { width: 90%; margin-left: 5%; diff --git a/index.html b/index.html index c67170f..ea474a9 100644 --- a/index.html +++ b/index.html @@ -192,7 +192,7 @@ It's possible to import view files from within other view files. This is from &l - GET THE CODE + GET 1991