💄 compact footer
This commit is contained in:
@@ -494,4 +494,79 @@ footer {
|
||||
font-size: 0.85rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* Compact Footer Mode */
|
||||
footer.compact-footer {
|
||||
border-top: none;
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
footer.compact-footer .container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
footer.compact-footer .footer-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
margin-bottom: 0;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
footer.compact-footer .footer-section {
|
||||
flex: none;
|
||||
min-width: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
footer.compact-footer .footer-section h3 {
|
||||
font-size: 0.75rem;
|
||||
margin-bottom: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
footer.compact-footer .social-links {
|
||||
flex-direction: row;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
footer.compact-footer .social-links a {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
footer.compact-footer .newsletter-placeholder {
|
||||
font-size: 0.75rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer.compact-footer .footer-bottom {
|
||||
border-top: none;
|
||||
padding-top: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
footer.compact-footer .footer-bottom::before {
|
||||
content: '|';
|
||||
margin-right: 1rem;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
footer.compact-footer .footer-bottom p {
|
||||
font-size: 0.75rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Add separator between sections in compact mode */
|
||||
footer.compact-footer .footer-section:not(:last-child)::after {
|
||||
content: '|';
|
||||
margin-left: 1rem;
|
||||
color: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user