Switching from px to rem

This commit is contained in:
Max 2021-12-22 11:03:13 -05:00
parent f2fa4d0c8d
commit c2d170f80b

View file

@ -36,8 +36,8 @@ export default {
text-decoration: none;
border-bottom: none;
// Account for padding while still being inline with heading text (for cases where text wraps to 2 lines)
margin-bottom: -12px;
margin-top: -12px;
margin-bottom: -.75rem;
margin-top: -.75rem;
.button-back {
display: inline-flex;