Removed fixed *px sizes in favor or *rem
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
&.toggle-col {
|
||||
label {
|
||||
font-size: 11px;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,9 +14,12 @@
|
||||
background-color: var(--theme-color-palette-12);
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: clamp(14px, 1.35vw, 16px);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--theme-text-body-font-family);
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
margin: 0;
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
}
|
||||
article {
|
||||
padding: 1em 0.25em;
|
||||
font-size: 14px;
|
||||
font-size: 0.9rem;
|
||||
color: var(--white-75);
|
||||
border-bottom: 1px solid var(--gray);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user