mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-05-19 23:30:23 +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 {
|
.book-section-flat {
|
||||||
margin-bottom: $padding-16 * 2;
|
margin-bottom: $padding-16 * 2;
|
||||||
|
margin-top: $padding-16 * 2;
|
||||||
|
|
||||||
> a,
|
> a,
|
||||||
> span {
|
> span {
|
||||||
@ -143,8 +144,8 @@ ul.pagination {
|
|||||||
@include fixed;
|
@include fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > ul > li {
|
nav > ul > li:first-child {
|
||||||
margin: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user