asi-calculator/components/Footer/Footer.module.css

26 lines
458 B
CSS
Raw Permalink Normal View History

2024-03-31 06:01:26 +02:00
.footer {
flex-shrink: 0;
font-size: 0.8rem;
width: 100%;
max-width: var(--max-width);
margin: 3rem auto 0 auto;
padding-top: 2rem;
border-top: 1px solid rgba(var(--foreground-rgb), 0.2);
color: rgba(var(--foreground-rgb), 0.6);
2024-04-02 15:19:59 +02:00
}
.footer > div {
2024-03-31 06:01:26 +02:00
display: flex;
justify-content: space-between;
}
2024-04-06 15:35:49 +02:00
.footer a:not(.commitHash) {
2024-03-31 06:01:26 +02:00
color: rgba(var(--foreground-rgb), 0.8);
}
.social {
display: flex;
align-items: center;
gap: 1rem;
}