mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
fix: semantic container
This commit is contained in:
parent
4e45448e58
commit
aaba94868f
8 changed files with 15 additions and 10 deletions
|
@ -51,11 +51,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Regular vertical spacings for <header>, <main>, <footer>
|
||||
@else {
|
||||
padding-block: var(#{$css-var-prefix}block-spacing-vertical);
|
||||
}
|
||||
// Regular vertical spacings for <header>, <main>, <footer>
|
||||
@else {
|
||||
padding-block: var(#{$css-var-prefix}block-spacing-vertical);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue