Adjust layout for mobile devices

This commit is contained in:
Akitake 2025-05-20 12:52:33 +02:00
parent 2026459bd0
commit fb0b3375b5
No known key found for this signature in database

View File

@ -15,6 +15,19 @@
margin-bottom: 2em;
}
@media (orientation: portrait) {
.controller-flex {
flex-direction: column;
align-items: flex-start;
}
.controller-preview {
width: 100%;
object-fit: contain;
margin: 0 auto;
}
}
.controller-preview {
height: 300px !important;
}