diff --git a/assets/css/010_typography.css b/assets/css/010_typography.css index 4f04911..daf4759 100644 --- a/assets/css/010_typography.css +++ b/assets/css/010_typography.css @@ -53,12 +53,8 @@ html { font-family: var(--font-family-body); - font-size: 100%; - line-height: 1.45; -} - -body { font-size: clamp(100%, 3vw, 130%); + line-height: 1.45; }