Use font-variable instead of rem

This commit is contained in:
Jorik Schellekens
2020-04-23 10:45:47 +01:00
parent c921859067
commit 07853f48bb
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ a.mx_Pill {
}
.mx_Pill {
padding: 0.3rem;
padding: $font-5px;
}
/* More specific to override `.markdown-body a` text-decoration */