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;