mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +00:00
Remove word-break: all global CSS
it makes many titles really awkward as they break mid-word
This commit is contained in:
parent
3a6c767a10
commit
e88d61cbe3
1 changed files with 10 additions and 14 deletions
|
@ -2,10 +2,6 @@
|
|||
font-family: "Roboto";
|
||||
}
|
||||
|
||||
a{
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue