first commit?

This commit is contained in:
Spencer Flagg
2022-07-19 16:25:29 +02:00
commit c669ef8409
133 changed files with 10400 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#pitch {
display: flex;
align-items: center;
justify-content: center;
h1 {
margin: 0;
display: inline-block;
max-width: 73vw;
}
}