From 867dfab93b6842d60f07e416856dce6887018ace Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 1 Apr 2016 15:08:50 -0400 Subject: [PATCH] Responsiveness --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/style.css b/style.css index 017f3a4..f0c2904 100644 --- a/style.css +++ b/style.css @@ -353,3 +353,26 @@ div.linkbuttons { text-align: center; padding-top: 1em; } + + +/*---------------------------------------------------------------------------*/ + +@media (max-width: 600px) { + #page { + padding: 0 0.5em; + } + + .content { + padding: 0; + } + + .content h1, + .content h2, + .content h3 { + margin-left: 0; + } + + #page.frontpage blockquote h1 { + font-size: 17vw; + } +}