Update header.row .logo alignment, resolve #158

This commit is contained in:
Angelos Chalaris 2019-07-15 11:08:04 +03:00
parent 7379e6332f
commit a9347be70a

View file

@ -115,6 +115,9 @@ header {
// Fix for responsive header, using the grid system's row and column alignment.
&.#{$grid-row-name} {
box-sizing: content-box;
& .#{$header-logo-name} {
line-height: 1;
}
}
// Header logo styling.
.#{$header-logo-name} {