Replace px font-size with relative units (em and rem)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
@at-root .page__content #{&} h4 {
|
||||
// using at-root to override .page-content h4 font size
|
||||
margin-bottom: 0;
|
||||
font-size: 1rem;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
@at-root .page__content #{&} a {
|
||||
|
||||
Reference in New Issue
Block a user