mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
15 lines
146 B
CSS
15 lines
146 B
CSS
.app {
|
|
z-index: 1;
|
|
}
|
|
|
|
.boardLayout {
|
|
overflow-y: hidden;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.app {
|
|
padding: 5px;
|
|
}
|
|
}
|