Fix IE11 layout issue by setting header flex-basis to auto (#58)
This commit is contained in:
@@ -32,7 +32,7 @@ $primary: #1176B2;
|
||||
flex-grow: 1;
|
||||
}
|
||||
header {
|
||||
flex: 0;
|
||||
flex: 0 0 auto;
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user