diff options
author | Akshay <[email protected]> | 2020-01-26 14:26:29 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-01-26 14:26:29 +0000 |
commit | a5662df141f440af398923264ae43faf9019b357 (patch) | |
tree | e9fa82f3ec1477746a270c1fd074a966a8f52eaf | |
parent | b1f422c66584b4288903aa85a2e714dfe90b02dd (diff) |
replace iosevka with smart css h4x
-rw-r--r-- | docs/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { | |||
109 | line-height: 5rem; | 109 | line-height: 5rem; |
110 | font-weight: 800; | 110 | font-weight: 800; |
111 | font-style: italic; | 111 | font-style: italic; |
112 | |||
113 | display:inline-block; | ||
114 | -webkit-transform:scale(1,1.2); | ||
115 | -moz-transform:scale(1,1.2); | ||
116 | -ms-transform:scale(1,1.2); | ||
117 | -o-transform:scale(1,1.2); | ||
118 | transform:scale(1,1.2); | ||
112 | } | 119 | } |
113 | 120 | ||
114 | a, a:hover, a:visited, a:active { | 121 | a, a:hover, a:visited, a:active { |