From 39f895f4d0ce728974f36f66b2df5f13be6a6b46 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Wed, 11 Jun 2014 16:48:20 -0400 Subject: [PATCH] centered passport image and footer font color and size --- styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; -- 2.17.1