Set up a basic page hierarchy

This commit is contained in:
arne 2022-02-20 13:18:07 +01:00
commit 9001771f1c
10 changed files with 54 additions and 20 deletions

View file

@ -20,7 +20,8 @@ html, body {
body {
background: #fefefe;
font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
color: #222;
font-family: monospace;
font-size: 16px;
line-height: 1.5;
}
@ -93,6 +94,10 @@ nav {
article {
grid-area: content;
h2 {
padding: 16px 0
}
ul {
padding: 0 0 0 16px;
margin: 0 0 32px;