trivial fixes

This commit is contained in:
bronkuu 2026-06-02 23:39:03 +02:00
parent 8512c9e3d7
commit dd50d34703
17 changed files with 25 additions and 31 deletions

View file

@ -71,11 +71,11 @@
}
}
top: 0;
transition: top 0.2s;
transform: translateY(0);
transition: transform 0.2s;
&:hover {
top: -10px;
transform: translateY(-10px);
& img {
scale: 1.1;