Mobile fix

The CSG logo shrinks when on mobile screens
This commit is contained in:
2026-06-07 12:11:49 +02:00
parent 159202a7af
commit 75f3ef392e
+10
View File
@@ -10,8 +10,18 @@
justify-content: center; justify-content: center;
padding: 0; padding: 0;
@media (max-width: 768px) {
max-width: 60px;
img {
width: 100%;
height: auto;
}
}
img { img {
width: auto; width: auto;
height: auto; height: auto;
} }
} }