From d599f2027f2061463920d1e238c184b36baa5ac0 Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Thu, 23 Jan 2025 13:50:13 +0200 Subject: [PATCH] avoid large margins on .container also for <1200px viewports --- resource/css/skosmos.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/resource/css/skosmos.css b/resource/css/skosmos.css index 253836e39..0b063715a 100644 --- a/resource/css/skosmos.css +++ b/resource/css/skosmos.css @@ -341,6 +341,10 @@ body { /* Main container *****************************************/ + .container { + max-width: 1460px !important; + } + #main-container { font-size: 16px; } @@ -961,12 +965,6 @@ body { font-weight: 700; } - @media (min-width: 1200px) { - .container { - max-width: 1460px !important; - } - } - #alphabetical-menu > .list-group > .list-group-item { border: none !important; }