]> git.armaanb.net Git - lightcards-http.git/commitdiff
Break word
authorArmaan Bhojwani <me@armaanb.net>
Mon, 15 Feb 2021 03:23:59 +0000 (22:23 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 15 Feb 2021 03:23:59 +0000 (22:23 -0500)
Prevents code from sticking out on small screens

index-raw.html

index f826c0d750ead482fe4f143a992c76b742728c79..49bf181e87a09bb9ab3bde86544d13ea5aace073 100644 (file)
@@ -15,6 +15,7 @@ body {
   line-height: 1.6;
   padding: 0 10px;
   font-size: 18px;
+  word-break: break-word;
   font-family: serif;
 }