another css fix

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent dd69534ba1
commit 6445115744

View file

@ -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 {