Fix mobile styles with kawaii logo

This commit is contained in:
Matan Kushner 2024-05-16 16:25:12 +09:00
parent 0d3c52314e
commit 49300b6578
No known key found for this signature in database

View File

@ -12,6 +12,8 @@
.VPHero .image-container {
transform: none;
height: auto;
display: flex;
justify-content: center;
}
.VPHero .image img {
@ -23,6 +25,7 @@
.VPHero .image img.uwu {
max-height: 290px;
max-width: 80vw;
}
.VPHero .container .actions {