Remove word-break: all global CSS

it makes many titles really awkward as they break mid-word
This commit is contained in:
davegson 2020-11-18 16:55:26 +01:00
parent 3a6c767a10
commit e88d61cbe3

View file

@ -2,10 +2,6 @@
font-family: "Roboto"; font-family: "Roboto";
} }
a{
word-break: break-all;
}
body { body {
overflow-x: hidden; overflow-x: hidden;
} }