From 8c2649a4040ef07df833625597c22bdbaa50c61c Mon Sep 17 00:00:00 2001 From: onezDerv Date: Wed, 2 Oct 2024 19:54:18 -0400 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 {