From 60f84fa16cf331efe4b554c7b7211d386663d33b Mon Sep 17 00:00:00 2001 From: Hristo Stefanov Date: Sat, 7 Nov 2015 05:18:51 +0200 Subject: [PATCH] Thanks to @herince - fixes menu bar when Streaming button is added (it's more wide now when possible) --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index d8ffe3d..d440b9a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -276,6 +276,10 @@ nav .menu > li:hover { text-indent: -9999px; } +nav > .content { + max-width: 1080px; +} + nav ul a { color: #000; text-decoration: none; -- 2.40.1