fixed extra space on the right side of the menu

This commit is contained in:
Miodec 2022-08-25 12:15:58 +02:00
parent e8839bae17
commit 26fb2e3977

View file

@ -120,7 +120,7 @@
}
#top {
grid-template-areas: "logo menu config";
grid-template-areas: "logo menu";
line-height: 2.3rem;
font-size: 2.3rem;
/* text-align: center; */
@ -128,7 +128,7 @@
padding: 0 5px;
display: grid;
grid-auto-flow: column;
grid-template-columns: auto 1fr auto;
grid-template-columns: auto 1fr;
z-index: 2;
align-items: center;
gap: 0.5rem;