fix(sidebar): add padding-bottom to the right sidebar (#765)

Add bottom padding to the right sidebar
This commit is contained in:
Jacob Zhong 2023-07-11 21:12:58 -04:00 committed by GitHub
parent aae9cf67db
commit 1bd4dcd415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
} }
} }