#5 Styled cards, changed content in me.json

This commit is contained in:
2025-02-09 20:03:48 +00:00
parent 9da13b76d3
commit 71dc20c0ca
6 changed files with 39 additions and 6 deletions

View File

@ -20,7 +20,9 @@
border-radius: .5em;
scroll-snap-align: start;
transition: all 0.2s;
box-shadow: .25em .25em .5em var(--hover);
}
.card:hover {
box-shadow: .5em .5em .5em var(--hover);
}