mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
style: Typography margins
This commit is contained in:
parent
091edf7ffd
commit
584046e234
2 changed files with 9 additions and 9 deletions
|
@ -87,10 +87,10 @@
|
|||
#{$✨}color: var(#{$✨}h6-color);
|
||||
}
|
||||
|
||||
// Margin-top for headings after a typography block
|
||||
:where(address, blockquote, dl, figure, form, ol, p, pre, table, ul) {
|
||||
// Margin-top for headings after a block
|
||||
:where(article, address, blockquote, dl, figure, form, ol, p, pre, table, ul) {
|
||||
~ :is(h1, h2, h3, h4, h5, h6) {
|
||||
margin-top: var(#{$✨}typography-spacing-vertical);
|
||||
margin-top: var(#{$✨}typography-spacing-top);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue