Add some documentation to the custom SCSS

This commit is contained in:
Paul van Tilburg 2017-12-30 14:07:42 +01:00
parent a7a90ce84b
commit 8b798e1d30
1 changed files with 4 additions and 1 deletions

View File

@ -1,15 +1,18 @@
// Include all of bootstrap
// Include all of Bootstrap
@import "bootstrap";
// Add some padding for the fixed-top navbar
body {
padding-top: 80px;
}
// Reduce the large padding for lists
.list-html ul,
.list-html ol {
padding-left: 1.2rem;
}
// On medium screens and up, use two columns
.card-columns {
@include media-breakpoint-down(sm) {
column-count: 1;