Add bottom padding to the right sidebar

This commit is contained in:
Jacob Zhong 2023-01-15 14:40:05 -05:00
parent 4272da7ee4
commit 15b96e50e3

View File

@ -79,6 +79,7 @@
@include respond(lg) {
padding-top: var(--main-top-padding);
padding-bottom: var(--main-top-padding);
}
}