fix some margins on cards

This commit is contained in:
dave onion 2026-03-25 11:20:02 -04:00
parent de3df7411a
commit 2f8b45d9c5
3 changed files with 3 additions and 3 deletions

View file

@ -11101,7 +11101,7 @@ a.card.is-dandelion:hover > .card-image {
line-height: 1em;
transform: translateX(-2rem);
color: inherit;
margin-right: -1.2em;
margin-right: -1rem;
overflow-wrap: break-word;
text-shadow: 1px 1px #878787;
}

File diff suppressed because one or more lines are too long

View file

@ -179,7 +179,7 @@ a.card.is-dandelion:hover {
line-height: 1em;
transform: translateX(-2rem);
color: inherit;
margin-right: -1.2em;
margin-right: -1rem;
overflow-wrap: break-word;
text-shadow: 1px 1px #878787;
@media (width > 1500px) {