mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Helium: Remove Expanded section padding on tablet-range view
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user