From 735c4029a40e69dcb7e4fb84fc4033d2b5426b87 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 20 Dec 2015 18:38:22 -0600 Subject: [PATCH] Set top margin on large screens (was xlarge) --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5a15d8d..51602a9 100644 --- a/index.html +++ b/index.html @@ -90,14 +90,14 @@ #logo img { max-height: 400px; } + #main { + margin: 10% auto; + } } @media only screen and (min-width: 1440px) { .row { max-width: 1600px; } - #main { - margin: 10% auto; - } #songquote .quote { font-size: 60pt; }