From 90672506e5dcfb53d1024aa2325c02fd64c125c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 23 Jun 2022 15:24:26 +0200 Subject: [PATCH] header poravnava jezika --- frontend/simple/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index cdef4203c..b702c48f5 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -915,6 +915,15 @@ header .logo a img { padding-bottom: 13px; } +.flag { + display: flex; + align-items: unset; +} + +header nav span.menu_item { + border-bottom: unset; +} + .landing_page_content { font-family: "Source Sans Pro", "sans-serif"; text-align: center;