Fix typos and missing gitignore

This commit is contained in:
Felix Albrigtsen 2022-01-25 09:19:43 +01:00
parent a7d7ce4da0
commit 3335f5958e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ main {
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
width: 95%;
margin: 15px auto;
margin: 6em auto 15px auto;
}
figure {
overflow: hidden;