UNPKG

@plumber-ai/modern-template

Version:

Modern professional plumbing website template - Generated by Plumber AI

53 lines (44 loc) 867 B
/* src/templates/modern/components/Footer.module.css */ .footer { background-color: var(--color-brand); color: var(--color-text-on-dark); padding: var(--spacing-lg) 0; font-family: var(--font-body); text-align: center; } .footerContent { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--spacing-lg); } .logo { flex: 1; min-width: 150px; } .companyName { font-family: var(--font-heading); font-weight: 700; font-size: 1.2rem; } .footerLinks { display: flex; gap: var(--spacing-md); flex-wrap: wrap; justify-content: center; } .footerLinks a { color: var(--color-text-on-dark); text-decoration: none; transition: opacity 0.2s; } .footerLinks a:hover { opacity: 0.8; } .copyright { width: 100%; margin-top: var(--spacing-lg); font-size: 0.8rem; opacity: 0.7; }