Add missing semicolon

This commit is contained in:
Raymond Hill 2023-02-21 14:59:18 -05:00
parent eab7cb0e03
commit 1d42ef5c73
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ body {
align-items: stretch;
align-self: stretch;
display: inline-flex;
justify-content: stretch
justify-content: stretch;
position: relative;
}
#themePrimary > span {