mirror of
https://github.com/two-torial/two-torial.git
synced 2026-07-10 12:23:52 -05:00
Adjust layout for mobile devices
This commit is contained in:
parent
2026459bd0
commit
fb0b3375b5
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user