all repos — site @ 87add92b4a6c330d8aeecabeaf7792bc207a4ad7

source for my site, found at icyphox.sh

Fix word-wrap css
Anirudh Oppiliappan x@icyphox.sh
Wed, 24 Mar 2021 11:47:05 +0530
commit

87add92b4a6c330d8aeecabeaf7792bc207a4ad7

parent

6cfdf9ff1135e137e5b51f188543c0ee052bf14b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -52,7 +52,7 @@ margin: 0;

padding: 0; box-sizing: border-box; text-decoration: none; - color: #000 + color: #000; word-wrap: break-word; }