💄 simplify .form-download css

This commit is contained in:
neingeist 2021-12-06 17:57:44 +01:00
parent 88d4ed2c8c
commit 488ae1aa71
2 changed files with 6 additions and 10 deletions

View file

@ -15,16 +15,14 @@ body {
background-color: #B0C4DE;
}
.container .form-download {
background-color: #f5f5f5;
box-shadow: 5px 5px 5px grey;
border-radius: 3px;
}
.form-download {
#form-download {
width: 100%;
max-width: 20rem;
margin: 0 auto;
padding: 2rem;
background-color: #f5f5f5;
box-shadow: 5px 5px 5px grey;
border-radius: 3px;
}