mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +00:00
remove pre-padding
This commit is contained in:
parent
1ad2b32d18
commit
8e512a542d
1 changed files with 4 additions and 1 deletions
|
@ -30,10 +30,13 @@
|
|||
--y-gap: 0.65rem;
|
||||
}
|
||||
|
||||
.markdown > :first-child {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
.markdown :where(p, ul, ol, dl, blockquote, h1, h2, h3, h4, h5, h6) {
|
||||
margin-top: var(--y-gap);
|
||||
margin-bottom: var(--y-gap);
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.markdown :where(ul) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue