From 56844619023b0030ef87ede4b5c06a9b94329f27 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 3 Mar 2017 17:04:04 +0900 Subject: [PATCH] Implements pull request #86 without the padding because margin-top is already set by media-query for screens <= 600px --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index b147428e..745e156c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -47,7 +47,7 @@ div.boardlist.bottom { img.banner, img.board_image { - max-width: 100%!important; + max-width: 100vw; }