From 576e27834083b10277a7ea08fd948e377ccd6013 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 24 Apr 2017 01:14:01 +0200 Subject: [PATCH] Fix minimum width --- News/themes/stardust/layouts/default.twig | 2 +- css/style.css | 2 +- includes/header.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/News/themes/stardust/layouts/default.twig b/News/themes/stardust/layouts/default.twig index e9ac821..7866e86 100644 --- a/News/themes/stardust/layouts/default.twig +++ b/News/themes/stardust/layouts/default.twig @@ -65,7 +65,7 @@ ${ trigger.call("head") } - +

  Applications

diff --git a/css/style.css b/css/style.css index 5b54aba..aa0f354 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { color: #000000; - min-width: 1000px; + min-width: 1160px; } #header ul#global-navigation { diff --git a/includes/header.php b/includes/header.php index c7f1c7c..dee99e1 100644 --- a/includes/header.php +++ b/includes/header.php @@ -161,7 +161,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA - +