mirror of
https://github.com/picocss/pico
synced 2025-09-12 12:18:06 +00:00
commit
d8a52f85a2
@ -93,11 +93,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Paragraphs
|
||||||
|
p {
|
||||||
|
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
||||||
|
}
|
||||||
|
|
||||||
// Heading group
|
// Heading group
|
||||||
hgroup {
|
hgroup {
|
||||||
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,11 +115,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Paragraphs
|
|
||||||
p {
|
|
||||||
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Lists
|
// Lists
|
||||||
:where(dl, ol, ul) {
|
:where(dl, ol, ul) {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user