hyphenate all the things

This commit is contained in:
Lorin Werthen 2018-03-03 16:27:51 +01:00
parent 84fbc8f21f
commit 4fb8ca9502
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -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;