From 5c4f3fa2a45c10884ca2245a93ad3a13f38ed9f2 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 17 Aug 2020 10:02:54 -0400 Subject: [PATCH] Make mobile toggle larger --- docs/assets/plugins/theme/theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/assets/plugins/theme/theme.css b/docs/assets/plugins/theme/theme.css index abfc95a9d..a16f96efe 100644 --- a/docs/assets/plugins/theme/theme.css +++ b/docs/assets/plugins/theme/theme.css @@ -9,6 +9,5 @@ .theme-toggle { top: .25rem; right: .25rem; - transform: scale(.8); } }