From ca29d8faf6a2c163d20f0e1d4c36f608be5e55e3 Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Fri, 18 Jan 2019 12:03:33 +0100 Subject: [PATCH] change width of content --- ckanext/odsh/public/odsh.css | 2 +- ckanext/odsh/public/odsh_header.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index b8255bff..4f6af56f 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -77,7 +77,7 @@ h3{ /* same width as schleswig-holstein.de */ .container { - width: 1000px; + width: 960px; } @media (max-width: 767px){ .container { diff --git a/ckanext/odsh/public/odsh_header.css b/ckanext/odsh/public/odsh_header.css index 830cfdb3..c140285f 100644 --- a/ckanext/odsh/public/odsh_header.css +++ b/ckanext/odsh/public/odsh_header.css @@ -2,7 +2,7 @@ /* same width as schleswig-holstein.de */ .navbar-static-top .container { - max-width: 1000px; + max-width: 960px; width: 100%; } .navbar-static-top .container.navigation-container{ @@ -108,7 +108,7 @@ } .navigation-row { - width: 1000px; + width: 960px; padding-left: 0px; margin-left: auto; margin-right: auto; -- GitLab