fix missing operator

This commit is contained in:
Dũng Nguyễn 2024-02-10 23:44:58 +07:00 committed by GitHub
parent 944ddc3c7e
commit 113e8f8adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
/* footer */
.footer {
padding: calc((var(--footer-height) - var(--gap) - 10px) / 2) var(--gap);
padding: calc(((var(--footer-height) - var(--gap) - 10px) / 2) var(--gap));
}
}