fix: css typo

This commit is contained in:
Derrick Hammer 2023-07-17 07:58:52 -04:00
parent 735082cdd6
commit 71ef5fe390
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
> div:first-child {
flex-grow: 1;
display: flex;
jusify-content: center;
justify-content: center;
align-items: center;
max-width: 43.2em;
}