Merge pull request #4213 from aayusharyan/patch-1

Add padding bottom for symmetry of the Notebook
Min RK 7 years ago committed by GitHub
commit eea02c2c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@ div#notebook {
width: 100%;
/* This spaces the page away from the edge of the notebook area */
padding-top: @page-header-padding;
padding-bottom: @page-header-padding;
margin: 0px;
outline: none;
.border-box-sizing();

Loading…
Cancel
Save