wip: colors

This commit is contained in:
Michael Costa 2023-04-08 10:34:37 +11:00
parent 0ed957ac27
commit a885c6c8fb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ img.logo {
justify-content: center;
align-items: center;
gap: 2em;
background-color: var(--main-bg-color)
background-color: var(--main-bg-color);
width: 100vw;
}