From 0062c3f760fd9414f61809b7627ecade259ca179 Mon Sep 17 00:00:00 2001 From: "LAPTOP-K24GVT55\\Karin" <karin.schoene@tu-dresden.de> Date: Sun, 2 May 2021 12:32:18 +0200 Subject: [PATCH] top-bar adjustment --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 6436762..19c360d 100644 --- a/css/style.css +++ b/css/style.css @@ -532,7 +532,7 @@ a.reference:before{content:'\00BB '} background-color: #035683; float: right; height: 50px; - width: 280px; + width: 300px; /*changed 2nd May 21, see also #top-bar .widget_polytopic*/ font-size: 12px; } #search-menu { @@ -611,7 +611,7 @@ a.reference:before{content:'\00BB '} background-color: #035683; float: left; height: 50px; - width: 380px; + width: 360px; /*changed 2nd May 21*/ font-size: 16px; } -- GitLab