clamp to determine font-size on the body
This commit is contained in:
@@ -9,7 +9,7 @@ body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: var(--theme-font-family), var(--theme-header-font-family), sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: clamp(15px, 1.5vw, 16px);
|
||||
|
||||
background-color: var(--default-bg-color);
|
||||
color: var(--default-text-color);
|
||||
|
||||
Reference in New Issue
Block a user