mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
commit
d8a52f85a2
1 changed files with 6 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue