Add backwards-compat friendly way for sizing main
This commit is contained in:
parent
503d2d1ad0
commit
1e24ed327a
|
@ -4,7 +4,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body > main {
|
body > main {
|
||||||
min-width: calc(100% - 2px - 4em);
|
box-sizing: border-box;
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > section.header-navigation, body > footer {
|
body > section.header-navigation, body > footer {
|
||||||
|
|
Loading…
Reference in a new issue