Prevent horizontal overflow on all pages

This commit is contained in:
Christian Wolf 2022-04-10 15:19:35 +02:00
parent 572185b9de
commit 58ce457c7f

View File

@ -7,7 +7,7 @@
@include abstract.for-desktop {
display: flex;
width: 100vw;
width: 100%;
font-weight: bold;
text-align: center;
@ -156,8 +156,8 @@
@include abstract.for-desktop {
position: sticky;
top: 0;
width: 100vw;
height: 40px;
width: 100%;
// height: 40px;
z-index: 1;
}
}