Make navigation column 1/4 width

This commit is contained in:
Chris Hill-Scott
2016-01-05 13:22:08 +00:00
parent fd4c4107ac
commit ab190cb585
3 changed files with 10 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
.column-one-quarter {
@include grid-column(1/4);
}
.column-three-quarters {
@include grid-column(3/4);
}