From 6b43a7b85473e3f7e3871e9f3a9b99b07e77ba94 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 11 Nov 2014 21:58:55 +0200 Subject: [PATCH] Initial Commit --- css/minecraft.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/minecraft.css b/css/minecraft.css index e2d8c58..671b874 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -42,11 +42,13 @@ h6 { font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; letter-spacing: 1px; +text-align: center; } p { margin: 0 0 35px; line-height: 1.6; +text-align: center; } @media(min-width:767px) { @@ -76,7 +78,7 @@ a:focus { .intro { display: table; width: 100%; - height: auto; + height: 100%; padding: 100px 0; color: #fff; background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;