fix(home): Add missing semicolon

This commit is contained in:
punkfairie 2025-03-02 10:43:23 -08:00
parent 6c95c44f87
commit 0c2968e009
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -305,7 +305,7 @@ in {
padding: 0 15px 0 30px; padding: 0 15px 0 30px;
border-radius: 0 0 0 40px; border-radius: 0 0 0 40px;
} }
'' '';
}; };
}; };
} }