♻️ refactor: use rem instead of px

This commit is contained in:
welpo 2023-03-01 00:56:50 +01:00
parent a761fd00ee
commit b1728fc441
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -66,7 +66,7 @@
padding-bottom: 1rem; padding-bottom: 1rem;
} }
.bloglist-table-row:hover { .bloglist-table-row:hover {
box-shadow: 10px 10px 0px var(--border-color); box-shadow: 0.5rem 0.5rem 0 var(--border-color);
} }
.bloglist-links { .bloglist-links {
text-decoration: none; text-decoration: none;