Add word break as default behaviour

Prevent horizontal scrolling of content
This commit is contained in:
Daniel Siepmann 2020-01-30 23:44:36 +01:00
parent a5162a8ac1
commit 5cb0da3897

View file

@ -1,3 +1,6 @@
body {
word-break: break-word;
}
// Basic layout of content
body > main {
@extend .row;