small fixes

This commit is contained in:
antilopa 2021-11-02 15:50:31 +01:00
parent b51fe31011
commit 420e75cf7a
1 changed files with 9 additions and 0 deletions

View File

@ -1483,4 +1483,13 @@ footer a:hover, footer a:focus { color: #1F5C60; }
.form-spacer h3 {
color: white;
transform: skew(0deg, -1deg);
}
.form-spacer p {
transform: skew(0deg, -1deg);
}
input#xmpp{
width: 50px;
}