1 2 3 4 5 6 7 8 9 10 11
.links main { @include constrain_narrow; .link-title a { color: $body_font; font-weight: 400; text-decoration: none; } @include breakpoint(beta) { text-align: left; } }