mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Reduce y padding for ul, ol and blockquote
This commit is contained in:
parent
1ccfbdd3be
commit
93f11f9205
1 changed files with 5 additions and 10 deletions
|
@ -54,14 +54,9 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul, ol {
|
||||||
padding-top: 2rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 1rem;
|
||||||
}
|
|
||||||
|
|
||||||
ol {
|
|
||||||
padding-top: 2rem;
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
|
@ -74,7 +69,7 @@
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 2px solid #ccc;
|
border-left: 2px solid #ccc;
|
||||||
margin: 3rem 10px;
|
margin: 1rem 10px;
|
||||||
padding: 0.5em 25px;
|
padding: 0.5em 25px;
|
||||||
}
|
}
|
||||||
blockquote:before {
|
blockquote:before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue