From 03a29c67bc0824fba0d800cfa9c09b47df2d2042 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Feb 2017 00:58:53 +0300 Subject: enlarge some margins and tap zones --- css/read.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/read.css b/css/read.css index 2aed428..9152feb 100644 --- a/css/read.css +++ b/css/read.css @@ -58,11 +58,11 @@ position : absolute; top : 32px; bottom : 32px; - left : 64px; - right : 64px; + left : 96px; + right : 96px; } -@media (max-width: 992px) { +@media (max-width: 767px) { #reader { left : 32px; right : 32px; -- cgit v1.2.3