css menu fix

This commit is contained in:
2022-09-13 10:27:27 +02:00
parent 708a92eb00
commit c5b69691a7
2 changed files with 2 additions and 2 deletions
@@ -3796,7 +3796,7 @@ a {
background-color: white; background-color: white;
padding-bottom: 0.8rem; padding-bottom: 0.8rem;
max-width: inherit; max-width: inherit;
width: 200px; width: 220px;
align-items: center; align-items: center;
height: 20px; } height: 20px; }
#header-top .region-header-top-left ul li a { #header-top .region-header-top-left ul li a {
@@ -114,7 +114,7 @@
background-color: $white; background-color: $white;
padding-bottom: 0.8rem; padding-bottom: 0.8rem;
max-width: inherit; max-width: inherit;
width: 200px; width: 220px;
align-items: center; align-items: center;
// padding-left: 1rem; // padding-left: 1rem;
height: 20px; height: 20px;