vendor/assets/stylesheets/components/_header.scss in active_frontend-14.0.30 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-14.0.31
- old
+ new
@@ -9,11 +9,11 @@
background: color(white);
border-bottom: 1px solid color(dark-haze);
box-sizing: border-box;
height: 76px;
line-height: 1;
- padding: 18px;
+ padding: 18px 0;
&.absolute,
&.fixed { z-index: 1040; }
&.absolute {
position: absolute;
@@ -95,10 +95,10 @@
// Media Queries
// ==================================================
@media only screen and (max-width: 767px) {
.header {
height: 50px;
- padding: 10px;
+ padding: 10px 0;
}
.header-brand,
.header-toggle {
font-size: 26px;
padding-top: 1px;