mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 09:58:27 +00:00
web: fix content padding
This commit is contained in:
parent
4cbe70ac6f
commit
fc9531c388
@ -90,6 +90,7 @@
|
||||
#content {
|
||||
display: flex;
|
||||
overflow: scroll;
|
||||
padding: var(--padding);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
|
@ -22,7 +22,6 @@
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
padding: var(--padding);
|
||||
}
|
||||
|
||||
#cobalt-save {
|
||||
|
Loading…
Reference in New Issue
Block a user