mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20723 from overleaf/jel-cms-lists-headers
[web] Reduce bottom margin on headers in styled lists GitOrigin-RevId: 0cbf93d4ef4e251afe71b4b726346b4d9e382f4f
This commit is contained in:
parent
a6016ff984
commit
7cef8b5bdc
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@
|
|||
background-size: $icon-size $icon-size;
|
||||
margin-bottom: var(--spacing-05);
|
||||
padding-left: calc(var(--spacing-05) + $icon-size);
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-bottom: var(--spacing-04);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue