mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-17 09:18:38 +01:00
fix(sidebar): add padding-bottom
to the right sidebar (#765)
Add bottom padding to the right sidebar
This commit is contained in:
parent
aae9cf67db
commit
1bd4dcd415
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
|
|
||||||
@include respond(lg) {
|
@include respond(lg) {
|
||||||
padding-top: var(--main-top-padding);
|
padding-top: var(--main-top-padding);
|
||||||
|
padding-bottom: var(--main-top-padding);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue