refactor(style): Remove repeated semicolon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-08-30 12:40:58 -07:00 committed by Ferdinand Thiessen
parent 18d4888ca9
commit 9f7d69fc30
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -70,7 +70,7 @@
/* public footer */
footer {
position: fixed;
bottom: var(--body-container-margin);;
bottom: var(--body-container-margin);
background-color: var(--color-main-background);
border-radius: var(--body-container-radius);
box-sizing: border-box;