mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Make 90s css not wrap every word no matter where
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
0efb062dd8
commit
8916aaf9e7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
||||
word-wrap: break-word;
|
||||
/* word-wrap: break-word; */
|
||||
word-break: break-all;
|
||||
|
||||
scroll-behavior: smooth;
|
||||
|
|
Loading…
Add table
Reference in a new issue