another css fix

This commit is contained in:
biglyderv 2024-10-02 19:54:18 -04:00
parent 3f0bae7781
commit 8c2649a404
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

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 {