From 0a6c0ec38471c8dfd78bb1f1fc359bb740d01fe8 Mon Sep 17 00:00:00 2001 From: urlysses Date: Tue, 28 Feb 2017 22:21:07 -0500 Subject: [PATCH] GET 1991. Responsive styling. --- 1991.css | 15 +++++++++++++++ index.html | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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