♻️ refactor: use rem instead of px

main
welpo 2 years ago
parent a761fd00ee
commit b1728fc441
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

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

Loading…
Cancel
Save