Update header.row .logo alignment, resolve #158
This commit is contained in:
parent
7379e6332f
commit
a9347be70a
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ header {
|
||||||
// Fix for responsive header, using the grid system's row and column alignment.
|
// Fix for responsive header, using the grid system's row and column alignment.
|
||||||
&.#{$grid-row-name} {
|
&.#{$grid-row-name} {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
& .#{$header-logo-name} {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Header logo styling.
|
// Header logo styling.
|
||||||
.#{$header-logo-name} {
|
.#{$header-logo-name} {
|
||||||
|
|
Loading…
Reference in a new issue