www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 81c86c484902b12412ea54e27e758820515cc555
parent 51214549a713a57d3e8ef0f365611fa23a2898cd
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Thu Aug 22 01:13:33 +0200

h1 break wraps of death
Diffstat:
style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/style.css b/style.css
@@ -91,6 +91,7 @@ h1 {
   font-size: 2.5em;
   letter-spacing: 1em;
   padding-left: 1em;
+  overflow-wrap: break-word;
 }
 
 #halp h1 {