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;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Sticky footer
|
||||
body.site {
|
||||
overflow-x: hidden;
|
||||
body {
|
||||
hyphens: auto;
|
||||
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
&.site {
|
||||
overflow-x: hidden;
|
||||
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in a new issue