feat(legal.html): style legal page
This commit is contained in:
parent
c824c62929
commit
c2b43c8f6c
@ -31,9 +31,15 @@ body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
form {
|
||||
body * {
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
form {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user