Add missing semicolon

This commit is contained in:
Raymond Hill 2023-02-21 14:59:18 -05:00
parent aefc1ba8a0
commit 71fe614010
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

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 {