mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 01:26:29 +03:00
fix(site): Antidote foot meta in sentence case; fold Suggest into foot row
This commit is contained in:
+17
-5
@@ -3734,7 +3734,6 @@
|
||||
.antidote-foot {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
gap: var(--spacing-lg);
|
||||
padding-top: var(--spacing-md);
|
||||
border-top: 1px solid var(--color-mist);
|
||||
@@ -3742,11 +3741,24 @@
|
||||
}
|
||||
|
||||
.antidote-foot-meta {
|
||||
font-family: var(--font-mono);
|
||||
font-size: 0.6875rem;
|
||||
letter-spacing: 0.16em;
|
||||
text-transform: uppercase;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
font-family: var(--font-body);
|
||||
font-style: italic;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.55;
|
||||
color: var(--color-charcoal);
|
||||
}
|
||||
|
||||
.antidote-foot .antidote-suggest-link {
|
||||
font-size: 0.8125rem;
|
||||
color: var(--color-ash);
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.antidote-foot .antidote-suggest-link:hover {
|
||||
color: var(--color-accent);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (max-width: 820px) {
|
||||
|
||||
Reference in New Issue
Block a user