Revert "fix(css): drop body{} block to match live's effective styling"

This reverts commit abe5504ce8.
This commit is contained in:
2026-05-21 11:57:07 +02:00
parent abe5504ce8
commit e195a50cb7
+8 -7
View File
@@ -1,10 +1,11 @@
/* body { } block dropped on purpose — the live Grav asset pipeline
dropped it too (its `font-size: 14px; //13px;` had an invalid SCSS
line comment that the minifier rejected, taking the whole rule with
it). Bootstrap's body defaults (Helvetica, line-height 1.428) apply
instead. Re-enabling the rule with our cleaner /* */ comments made
line-height 24px effective again on stage, which inflated paragraph
spacing on text-heavy pages compared to live. */
body {
font-family : 'Roboto', sans-serif;
font-size : 14px; /* 13px; */
line-height : 24px;
color : #969595;
font-weight : 400;
background: #fff;
}
/* --------------------------------------
Global Typography