Fix breadcrumb alignment

This commit is contained in:
Michael Rose 2016-03-23 11:06:58 -04:00
parent 0feeb21821
commit b694a36559
2 changed files with 21 additions and 4 deletions

View file

@ -14,14 +14,31 @@
padding-right: 2em;
font-family: $sans-serif;
@include breakpoint($large) {
padding-left: 1em;
padding-right: 1em;
}
@include breakpoint($x-large) {
max-width: $x-large;
}
ol {
padding: 0;
list-style: none;
font-size: 14px;
@include breakpoint($medium) {
@include span(10 of 12);
@include pre(2);
// @include breakpoint($medium) {
// @include span(10 of 12);
// @include pre(2);
// }
@include breakpoint($large) {
@include span(10 of 12 last);
}
@include breakpoint($x-large) {
@include prefix(0.5 of 12);
}
}

File diff suppressed because one or more lines are too long