From 229bdf3625535c3bbac3cda06e39984b7d807209 Mon Sep 17 00:00:00 2001 From: breiste Date: Tue, 26 Aug 2014 12:18:38 +0200 Subject: [PATCH] Fix Play-Button width on frontpage The Play-Button is too small, at least in german translation. --- public/css/static.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/static.styl b/public/css/static.styl index ff01b7f125..09a8c25d65 100644 --- a/public/css/static.styl +++ b/public/css/static.styl @@ -30,11 +30,11 @@ body //box-shadow: 0 0 40px #494141; display:inline font-size: 20px - width:100px + min-width:100px height:50px #about-page img box-shadow 0px 0px 10px 5px #888 margin 10px - max-width 500px \ No newline at end of file + max-width 500px