Remove top border from marketing footer

This commit is contained in:
jingrow 2025-12-22 02:16:04 +08:00
parent 1cb1c1c179
commit fb7f7efc85

View File

@ -2489,7 +2489,6 @@ onUnmounted(() => {
/* Footer */ /* Footer */
.marketing-footer { .marketing-footer {
background: white; background: white;
border-top: 1px solid #e5e7eb;
margin-top: auto; margin-top: auto;
padding: 64px 0; padding: 64px 0;
} }