CSS cleanup (blog, comments)

This commit is contained in:
2018-09-16 03:05:34 +02:00
parent baf27fa560
commit bb483e72aa
4 changed files with 11 additions and 220 deletions

View File

@@ -455,3 +455,12 @@ $loader-bar-height: 2px
.progress-bar
background-color: $primary
background-image: linear-gradient(to right, $primary-accent, $primary)
.node-details-description
+node-details-description
@include media-breakpoint-up(lg)
max-width: map-get($grid-breakpoints, "md")
@include media-breakpoint-up(xl)
max-width: map-get($grid-breakpoints, "lg")