Site redesign #20

Merged
emma merged 59 commits from site-redesign into main 2022-09-24 00:18:04 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 89be61534f - Show all commits

View File

@ -52,7 +52,7 @@ blockquote {
body {
background-color: black;
margin: 1em 2em;
margin: 0;
}
header {
@ -77,6 +77,8 @@ main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: auto;
max-width: 80em;
}
nav {