Update warning layout

This commit is contained in:
Jaco Greeff 2017-10-16 15:51:55 +02:00
parent de6066d6b0
commit 9e4c1fe6af

View File

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