From 3d6a81b2b1fc58d81d648afaed72bf60373ec073 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Jun 2015 11:40:00 +0200 Subject: [PATCH] center text in the jumbotrons --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index f2463b1b..0bd54ca5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -69,6 +69,7 @@ section > .page-header ~ .page-header { -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); + text-align: center; } /* Download button */ -- 2.47.3