mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +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) {
|
||||
padding-top: var(--main-top-padding);
|
||||
padding-bottom: var(--main-top-padding);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue