Update warning layout

This commit is contained in:
Jaco Greeff 2017-10-16 15:51:55 +02:00
parent de6066d6b0
commit 9e4c1fe6af
1 changed files with 2 additions and 4 deletions

View File

@ -16,13 +16,11 @@
*/
.body {
box-shadow: rgba(0, 0, 0, 0.25) 0 14px 45px, rgba(0, 0, 0, 0.22) 0 10px 18px;
color: rgb(208, 208, 208);
color: white;
display: flex;
flex-direction: column;
margin: 0 auto;
max-width: 20em;
padding: 2em 4em;
padding: 0.5em 4em;
text-align: center;
}