From ec45ad9cb1386845e06cf915f7d0d8319a746a47 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 25 Feb 2018 14:06:30 +0100 Subject: [PATCH] add mobile support to all site --- blog/assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blog/assets/style.css b/blog/assets/style.css index 95c8f0e..eee56db 100644 --- a/blog/assets/style.css +++ b/blog/assets/style.css @@ -244,15 +244,19 @@ button{ padding:0; margin: 0; padding-bottom: 5px; + text-align: left; } #container .blogentry h2{ font-size: 18px; + text-align: left; } #container .blogentry h3{ font-size: 16px; + text-align: left; } #container .blogentry h4{ font-size: 15px; + text-align: left; } input.search-box{ flex:1;