Finish layout updates. Recent posts now appear in single-column on the main page.

This commit is contained in:
2016-05-04 15:23:37 -04:00
parent 9ead6e05b6
commit e45382d439
2 changed files with 24 additions and 1 deletions

View File

@ -23,3 +23,13 @@
.col-4 {
width: 25%;
}
.category-menu {
margin-bottom: $spacing-unit;
}
.category-link {
font-size: $large-font-size;
padding: 0px 10px;
}