diff --git a/assets/css/common/_base.scss b/assets/css/common/_base.scss index 159e4b11..f0b3a085 100644 --- a/assets/css/common/_base.scss +++ b/assets/css/common/_base.scss @@ -27,6 +27,15 @@ body { line-height: 1.15; } +/* normalize.css breakage */ +sup, sub { + line-height: 1.15em; +} + +sub { + bottom: -0.15em; +} + h1, h2, h3, h4, h5 { font-weight: normal; text-rendering: optimizeLegibility;