chore: cleanup webmentions

This commit is contained in:
Cory Dransfeldt 2024-01-06 08:17:05 -08:00
parent 1c797df244
commit e45bfe2e8d
No known key found for this signature in database
7 changed files with 31 additions and 38 deletions

View file

@ -120,7 +120,7 @@ nav ul {
list-style: none;
}
nav ul li {
nav ul li:not(:last-child) {
margin-right: 1rem;
}
@ -135,10 +135,6 @@ nav svg:focus {
stroke-width: var(--stroke-width-bold);
}
nav ul li:last-child {
margin-right: 0;
}
.active,
.active svg {
cursor: not-allowed;
@ -313,6 +309,11 @@ li {
margin-bottom: .5rem;
}
.link__list,
.link__list li:last-child {
margin-bottom: 0;
}
/* images */
.image__banner {
border: 1px solid var(--blue-600);