This commit is contained in:
morinl 2023-01-17 23:58:37 +01:00
parent bff081b350
commit 68b75fe95f

View File

@ -137,7 +137,7 @@ div.texti{
display: none; display: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 1000px) {
.topnav a:not(:first-child) {display: none;} .topnav a:not(:first-child) {display: none;}
.topnav a.icon { .topnav a.icon {
float: right; float: right;
@ -145,7 +145,7 @@ div.texti{
} }
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 1000px) {
.topnav.responsive { .topnav.responsive {
position: relative; position: relative;
display: flex; display: flex;