From: Ove Klykken Date: Wed, 11 Jun 2014 20:48:20 +0000 (-0400) Subject: centered passport image and footer font color and size X-Git-Tag: v1.0^2~70 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=39f895f4d0ce728974f36f66b2df5f13be6a6b46;p=web%2FSooLocks.git centered passport image and footer font color and size --- diff --git a/styles.css b/styles.css index e791ee0..208e188 100644 --- a/styles.css +++ b/styles.css @@ -161,7 +161,8 @@ body { margin: 1em auto; } #passport { - margin: 2em 0; + margin: 2em auto; + display: block; } /* Toolbox */ #toolbox h1, @@ -219,10 +220,17 @@ body { border-top-left-radius: 5px;m border-top-right-radius: 5px; margin: 1em 0 0 0; + color: #00498f; } #footer h3 { color: #b5383e; + font-size: 24px; } +@media only screen and (max-width: 64.063em) { + #footer h3 { + font-size: 18px; + } +} #tag { background: #b5383e; border-bottom-left-radius: 5px;