From a5662df141f440af398923264ae43faf9019b357 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 26 Jan 2020 19:56:29 +0530 Subject: replace iosevka with smart css h4x --- docs/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 0780b43..6bcdac5 100644 --- a/docs/style.css +++ b/docs/style.css @@ -109,6 +109,13 @@ hr { line-height: 5rem; font-weight: 800; font-style: italic; + + display:inline-block; + -webkit-transform:scale(1,1.2); + -moz-transform:scale(1,1.2); + -ms-transform:scale(1,1.2); + -o-transform:scale(1,1.2); + transform:scale(1,1.2); } a, a:hover, a:visited, a:active { -- cgit v1.2.3