From f237cdc8594dd6d80a280edf6f0b92352498ad4a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 14 Dec 2014 20:48:15 -0500 Subject: Start to improve the ui for tablets --- assets/css/base.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/css/base.css') diff --git a/assets/css/base.css b/assets/css/base.css index f4c438a2..a8c7d73e 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -23,6 +23,7 @@ body { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; + -webkit-text-size-adjust: 100%; } ul.no-bullet li { -- cgit v1.2.3