From 64451157448e6aeaaf5d16f362808569d02702ef Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:14:20 -0500 Subject: [PATCH] another css fix --- static/index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index a556d4e..dbd2560 100644 --- a/static/index.css +++ b/static/index.css @@ -27,10 +27,14 @@ h6 { line-height: 40px; } -p, h1 { +p { + margin: 10px; +} + +body { + user-select: none; -webkit-user-select: none; - margin: 10px; } .message span {