Styling for mobile

This commit is contained in:
2025-07-05 22:04:32 +02:00
parent b844dc9007
commit e0fcefb3a3
3 changed files with 23 additions and 0 deletions

View File

@ -32,3 +32,18 @@ header {
vertical-align: middle;
height: 1em;
}
.mobile-image {
display: none;
}
@media(max-width: 700px) {
.mobile-image {
display: flex;
flex-direction: column;
}
.left, .right {
display: none;
}
}