From be958bca7e9b20138edaf63102c837ec2b57d581 Mon Sep 17 00:00:00 2001 From: Krophil Date: Fri, 6 Oct 2017 02:46:11 +0200 Subject: [PATCH] Small fix for logo in news --- core/static/core/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 7032d14a..12c96505 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -482,6 +482,7 @@ header { .club_logo { float: left; min-width: 7em; + max-width: 9em; margin: 0em; margin-right: 1em; margin-top: 0.8em;