another css fix
This commit is contained in:
parent
3f0bae7781
commit
8c2649a404
1 changed files with 6 additions and 2 deletions
|
@ -27,10 +27,14 @@ h6 {
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, h1 {
|
p {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
margin: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.message span {
|
.message span {
|
||||||
|
|
Loading…
Reference in a new issue