Added dropcap shortcode and fixed display of code blocks
[theme-danix.xyz.git] / assets / sass / base / _typography.scss
index b615f44..94ca410 100644 (file)
        .hidden {\r
                @include hide-visually;\r
        }\r
+\r
+       // large code blocks are wrapped in the highlight shortcode\r
+       .highlight {\r
+               max-width: 100%;\r
+               overflow-x: auto;\r
+       }
\ No newline at end of file