mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-26 05:49:50 -04:00
ui: reasonable default padding
This commit is contained in:
parent
f32a221022
commit
aa1f4f5795
@ -1,3 +1,8 @@
|
|||||||
|
body * {
|
||||||
|
padding-left: .3em;
|
||||||
|
padding-right: .3em;
|
||||||
|
}
|
||||||
|
|
||||||
.column-flex {
|
.column-flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -15,4 +20,3 @@
|
|||||||
.flex-item-shrink {
|
.flex-item-shrink {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user