add program lines style mobile

This commit is contained in:
isUnknown 2024-09-12 15:39:44 +02:00
parent 38da839b89
commit ea0cb004aa
6 changed files with 68 additions and 38 deletions

View file

@ -200,7 +200,14 @@ img.show {
opacity: 1;
}
.mobile-group {
display: contents;
}
@media screen and (max-width: 800px) {
.mobile-group {
display: block;
}
.logo {
font-size: 6vw;
}