mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
menu: add missing top margin for topics #626
This commit is contained in:
parent
38e0285061
commit
51adb4b430
1 changed files with 4 additions and 0 deletions
|
@ -2163,3 +2163,7 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
|
|||
#R-menu-footer {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#R-topics {
|
||||
padding-top: 1rem;
|
||||
}
|
Loading…
Reference in a new issue