Revert "fix(css): drop body{} block to match live's effective styling"
This reverts commit abe5504ce8.
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
/* body { } block dropped on purpose — the live Grav asset pipeline
|
body {
|
||||||
dropped it too (its `font-size: 14px; //13px;` had an invalid SCSS
|
font-family : 'Roboto', sans-serif;
|
||||||
line comment that the minifier rejected, taking the whole rule with
|
font-size : 14px; /* 13px; */
|
||||||
it). Bootstrap's body defaults (Helvetica, line-height 1.428) apply
|
line-height : 24px;
|
||||||
instead. Re-enabling the rule with our cleaner /* */ comments made
|
color : #969595;
|
||||||
line-height 24px effective again on stage, which inflated paragraph
|
font-weight : 400;
|
||||||
spacing on text-heavy pages compared to live. */
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* --------------------------------------
|
/* --------------------------------------
|
||||||
Global Typography
|
Global Typography
|
||||||
|
|||||||
Reference in New Issue
Block a user