diff --git a/module/webroot/styles.css b/module/webroot/styles.css index 77bf825..796e6a8 100644 --- a/module/webroot/styles.css +++ b/module/webroot/styles.css @@ -13,7 +13,7 @@ body { position: fixed; top: 0; height: 40px; - width: calc(100% - 17px); + width: 100%; background-color: #F5F5F5; transition: transform 0.3s ease; z-index: 1100; @@ -41,6 +41,7 @@ body { .language-dropdown { position: relative; display: inline-block; + margin-right: 15px; } .language-button { @@ -48,7 +49,6 @@ body { border: none; font-size: 23px; color: #333; - margin-right: -3px; } .language-menu {