🎨
This commit is contained in:
parent
dc5b4a0402
commit
82c4f694a0
73 changed files with 141 additions and 135 deletions
|
|
@ -256,18 +256,24 @@ hr {
|
|||
margin: var(--margin) 0;
|
||||
}
|
||||
|
||||
._autoGap {
|
||||
._gaps_m {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5em;
|
||||
}
|
||||
|
||||
._autoGap_half {
|
||||
._gaps_s {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75em;
|
||||
}
|
||||
|
||||
._gaps {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--margin);
|
||||
}
|
||||
|
||||
._buttons {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue