mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
15 lines
285 B
CSS
15 lines
285 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 10vh 0 50vh;
|
|
overflow: scroll;
|
|
word-break: break-all;
|
|
transform: translateY(-2rem);
|
|
|
|
@media screen and (orientation: portrait) {
|
|
padding: 5vh 0;
|
|
}
|
|
}
|