Use font-variable instead of rem
This commit is contained in:
parent
c921859067
commit
07853f48bb
2 changed files with 8 additions and 1 deletions
|
@ -26,7 +26,7 @@ a.mx_Pill {
|
|||
}
|
||||
|
||||
.mx_Pill {
|
||||
padding: 0.3rem;
|
||||
padding: $font-5px;
|
||||
}
|
||||
|
||||
/* More specific to override `.markdown-body a` text-decoration */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue