hyphenate all the things
This commit is contained in:
parent
84fbc8f21f
commit
4fb8ca9502
1 changed files with 13 additions and 5 deletions
|
@ -9,14 +9,22 @@
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Sticky footer
|
// Sticky footer
|
||||||
body.site {
|
body {
|
||||||
overflow-x: hidden;
|
hyphens: auto;
|
||||||
|
|
||||||
display: flex;
|
&.site {
|
||||||
min-height: 100vh;
|
overflow-x: hidden;
|
||||||
flex-direction: column;
|
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in a new issue