From db788d8df9e06ec347f701a8114ba3ebba3cdf06 Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 6 Nov 2018 18:49:42 +1030 Subject: [PATCH] fix: add css workaround for IE --- themes/typing/source/css/typing.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 7b76838..7e4e83a 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -1130,7 +1130,8 @@ pre .javascript .function,pre .keyword { /* display links when menu button is clicked */ /* use grid to display each link in new line */ #menu-toggle:checked + #menu{ - display:grid + display:grid; + display:-ms-grid } }