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