From 05aaeb929aeb91c1ec8f82931bc31e7575d63cd6 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Tue, 13 Dec 2016 00:27:24 +0200 Subject: [PATCH] better layout for small screens --- css/main.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 770087e7..ad0efc4d 100644 --- a/css/main.css +++ b/css/main.css @@ -512,13 +512,12 @@ Small Device Styles } img { - max-width: 96%; + max-width: 100%; } - img.featured { + a.featured { float: none; - margin: 0 auto -10px auto; - display: block; + width: 96%; } h1 {