Fix logo positioning by adding position: relative to download-card
All checks were successful
Build and Push Docker Image / build (push) Successful in 41s
CI / Security audit (push) Successful in 1m3s
CI / Tests & coverage (push) Successful in 1m11s

This commit is contained in:
2026-05-20 00:39:11 +01:00
parent 712c98d817
commit cd3480c0ce

View File

@@ -373,6 +373,7 @@ body {
align-items: flex-start;
transition: box-shadow 0.2s, background 0.3s;
background: var(--surface);
position: relative;
}
.download-card:hover {