Mobile pass

This commit is contained in:
2024-07-20 11:46:10 +02:00
parent 9b7aa500fa
commit cd42baaebf
20 changed files with 342 additions and 8 deletions

View File

@@ -93,4 +93,10 @@
font-weight: 200;
font-size: 35px;
text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
.menu-container {
display: none;
}
}