feat(legal.html): style legal page

This commit is contained in:
Philipp Matthias Schaefer 2021-02-27 20:54:41 +01:00
parent c824c62929
commit c2b43c8f6c

View File

@ -31,9 +31,15 @@ body {
font-family: sans-serif;
}
form {
body * {
width: 720px;
}
h1 {
text-align: center;
}
form {
display: grid;
grid-template-columns: 1fr;
}