vendor/assets/stylesheets/components/_header.scss in active_frontend-16.3.3 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-16.3.4
- old
+ new
@@ -144,8 +144,16 @@
.header-nav {
margin-top: 3px;
> li {
&.header-nav-icon { font-size: 30px; }
+ &.header-nav-icon-size-s {
+ font-size: 24px;
+ margin-top: 0;
+ }
+ }
+ + .header-brand {
+ width: calc(100% - 60px);
+ text-align: center;
}
}
}