small change to the forms css

This commit is contained in:
muppeth 2021-09-30 21:20:28 +02:00
parent 641ebf608e
commit b51fe31011
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 14 additions and 0 deletions

View File

@ -1470,3 +1470,17 @@ footer a:hover, footer a:focus { color: #1F5C60; }
.imgcenter {
vertical-align:middle ;
}
/* Forms */
.form-spacer {
background-color: #50162D;
transform: skew(0deg, 1deg) translateY(-20px);
color: white;
padding: 2rem;
padding-left: 20%;
padding-right: 20%;
}
.form-spacer h3 {
color: white;
}