change px to rem

This commit is contained in:
sefaria
2026-06-07 21:57:40 +02:00
parent d22998a9b2
commit 774766bc4e
+3 -3
View File
@@ -57,8 +57,8 @@ h1 {
/* Change look of folding-marks */
.folding-mark {
width: 6px;
height: 6px;
border-radius: 16px;
width: 2rem;
height: 2rem;
border-radius: 8rem;
background-color: #ff8c00;
}