app/assets/stylesheets/thredded/layout/_main-navigation.scss in thredded-0.11.0 vs app/assets/stylesheets/thredded/layout/_main-navigation.scss in thredded-0.11.1
- old
+ new
@@ -16,13 +16,16 @@
.thredded--navigation-breadcrumbs {
@extend %thredded--list-unstyled;
li {
display: block;
- font-weight: bold;
a {
display: block;
+ }
+
+ @include thredded-media-tablet-and-down {
+ font-weight: bold;
}
@include thredded-media-mobile {
a {
position: relative;