[UI] Fix an overflow issue in the footer (#888)

This commit is contained in:
Cinder 2025-02-03 22:46:17 -08:00 committed by GitHub
parent 76f64b2229
commit 17bac8c93f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ footer.footer-wrapper {
@include window-larger-than(450px) {
.footer-grid {
grid-template-areas: "logo left right";
padding: 1rem 0;
}
.footer-logo {