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

@@ -99,4 +99,11 @@ body {
.footer-links-insta svg {
margin-right: 10px;
}
}
@media only screen and (max-width: 1200px) {
.footer-links-items {
display: flex;
flex-direction: column;
}
}