fixing the dropcap display
[theme-danix.xyz.git] / assets / sass / base / _typography.scss
index 94ca410..2009f4d 100644 (file)
        .highlight {\r
                max-width: 100%;\r
                overflow-x: auto;\r
-       }
\ No newline at end of file
+       }\r
+\r
+       .has-dropcap:first-letter {\r
+               font-family: _font(family-fixed);\r
+               font-weight: 900;\r
+               float: left;\r
+               font-size: 6rem;\r
+               line-height: 0.65;\r
+               margin: 0.1em 0.1em 0.2em 0;\r
+       }\r
+\r