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-12 09:12:58 +08:00
committed by GitHub
parent aae9cf67db
commit 1bd4dcd415
+1
View File
@@ -79,6 +79,7 @@
@include respond(lg) {
padding-top: var(--main-top-padding);
padding-bottom: var(--main-top-padding);
}
}