From b98dc4282a23ee0d6d61b972e795480b6f4a06f1 Mon Sep 17 00:00:00 2001 From: Benjamin Becker <benjamin.becker@dataport.de> Date: Mon, 28 Feb 2022 17:22:01 +0000 Subject: [PATCH] fixes height of icons in navbar --- ckanext/odsh/public/odsh_header.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ckanext/odsh/public/odsh_header.css b/ckanext/odsh/public/odsh_header.css index 879a5043..c9305fed 100644 --- a/ckanext/odsh/public/odsh_header.css +++ b/ckanext/odsh/public/odsh_header.css @@ -42,17 +42,11 @@ padding: 1em 0; } -/* @media (max-width: 767px){ - .header-image { - display: block; - } */ - .navbar .nav .language-switch { float: right; - /*background-color: #f2f2f2;*/ padding: 6px 10px; margin-left: 20px; - height: 44px; /* dirty fix to make it the same height as schleswig-holstein.de */ + height: 41px; } .language-switch ul { -- GitLab