blob: e2372427e35e86ab6bdb3e586d96357404a47b2a [file] [log] [blame]
/* ==========================================================================
Breadcrumb navigation
========================================================================== */
.breadcrumbs {
@include row;
margin-top: $gutter;
@include font-size(10,no);
a {
display: inline-block;
font-family: $alt-font;
font-weight: 700;
text-align: left;
text-transform: uppercase;
}
}