mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-01 05:19:54 +00:00
Fix vertcal spacing in top level of menu and ToC
This commit is contained in:
parent
0e6864f5aa
commit
cf6720efad
@ -110,6 +110,7 @@ ul.pagination {
|
||||
|
||||
.book-section-flat {
|
||||
margin-bottom: $padding-16 * 2;
|
||||
margin-top: $padding-16 * 2;
|
||||
|
||||
> a,
|
||||
> span {
|
||||
@ -143,8 +144,8 @@ ul.pagination {
|
||||
@include fixed;
|
||||
}
|
||||
|
||||
nav > ul > li {
|
||||
margin: 0;
|
||||
nav > ul > li:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user