silly hover
All checks were successful
Deploy / trigger (push) Successful in 36s

This commit is contained in:
2026-03-31 12:32:41 +02:00
parent cc326efd03
commit 3e5d359282
3 changed files with 30 additions and 16 deletions

View File

@@ -54,6 +54,16 @@ body {
.nav-brand img {
border-radius: 50%;
height: 40px;
width: 80px;
object-fit: cover;
}
.nav-brand img:hover {
object-fit: fill;
display: inline-block;
margin-top: 10px;
margin-bottom: -10px;
}
.nav-links {