summary refs log tree commit diff homepage
path: root/style.css
blob: 395c35d2c5b69d00de5cf27ffec62d6d5d4231d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
    margin: auto;
    max-width: 72ch;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 1ex }
form {
    display: grid;
    grid-template-columns: max-content 1fr;
}
form label { margin-right: 1ch }
form label:after { content: ":" }
form input { margin-bottom: 1ex }
.error { color: red }