mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
♻️ refactor: use rem instead of px
This commit is contained in:
parent
a761fd00ee
commit
b1728fc441
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue