Helium: Remove Expanded section padding on tablet-range view

This commit is contained in:
NewKind
2016-11-03 11:44:34 +01:00
parent 4b1ee0a7ad
commit b6833c3a92
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
1. [Common](#common)
3. [](#bugfix)
- Helium: Fixed wrong font being used for the content titles (#1603)
- Helium: Remove Expanded section padding on tablet-range view
- Prevent broken Layout from breaking Gantry administration
# 5.3.6
@@ -2,6 +2,10 @@
background: $expanded-background;
color: $expanded-text-color;
padding: $section-padding;
@include breakpoint(tablet-range) {
padding: 0;
}
}
@media print {