🎨 reformat css
This commit is contained in:
parent
f3489d1599
commit
88d4ed2c8c
1 changed files with 1 additions and 3 deletions
|
@ -5,20 +5,18 @@ body {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .form-download {
|
.container .form-download {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
|
|
||||||
box-shadow: 5px 5px 5px grey;
|
box-shadow: 5px 5px 5px grey;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue