From 447e91f1f17fbc4278e5d1fb61e9dc399da19f73 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 19 Dec 2017 17:02:30 +1100 Subject: [PATCH] Make sure the content doesn't stretch wider than the display, so mobile users can access the site correctly --- entries/static/entries/css/h-entry.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index df36b8f..2fb7701 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -1,4 +1,5 @@ ol.entries, div.entry + max-width 100% display flex margin-bottom 0 flex 1