From 281c4eb4e3074c37c19a9dd5efd3494027536a70 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 21 Oct 2014 13:39:47 +0100 Subject: [PATCH] Style tweaks for uni site --- services/web/public/stylesheets/app/homepage.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index c2cb945017..99e32818e9 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -5,7 +5,7 @@ position: relative; text-align: center; overflow: hidden; - h1, p { + h1, p, label { color: white; text-align: center; } @@ -48,12 +48,12 @@ } .screenshot { height: 550px; - // Make sure the - padding: 50px; - margin: -50px; + margin: auto; + margin-bottom: -50px; overflow-y: hidden; + box-shadow: 0 0 50px rgba(0,0,0,.67); + max-width: 960px; .img { - box-shadow: 0 0 50px rgba(0,0,0,.67); max-width: 960px; background-image: url('/img/screen.png'); background-size: 100%;