mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-12 13:39:58 +02:00
14 lines
367 B
CSS
14 lines
367 B
CSS
.content {
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
|
|
@media screen and (orientation: portrait) {
|
|
padding-top: 5vh !important;
|
|
padding-right: var(--lyric-padding-right, 0%) !important;
|
|
padding-bottom: 5vh !important;
|
|
padding-left: var(--lyric-padding-left, 0%) !important;
|
|
}
|
|
}
|