misc mobile adjustments

This commit is contained in:
2024-08-04 18:03:46 +02:00
parent 714cb457d3
commit 5c6f4b778b
10 changed files with 105 additions and 8 deletions
@@ -27,4 +27,14 @@
&.right {
transform: scaleX(-1);
}
}
@media (max-width: 800px) {
.logo {
width: 10rem;
&.index {
width: 12rem;
}
}
}
@@ -5,6 +5,10 @@
svg {
width: 100%;
}
@media (max-width: 800px) {
width: 8rem;
}
}
.bgPigWrapper {
@@ -2,6 +2,7 @@
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
a {
display: block;
@@ -17,4 +18,3 @@
}
}
}