From 02d360000fdbc1eca6c5145372424e8d4962205b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 25 Jan 2020 19:25:56 +0530 Subject: fix handheld styles --- docs/style.css | 3 +++ post.esh | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/docs/style.css b/docs/style.css index eb29c87..5457004 100644 --- a/docs/style.css +++ b/docs/style.css @@ -37,6 +37,9 @@ html { .posts { width: 100%; } + html { + font-size: 18px; + } } .posts { diff --git a/post.esh b/post.esh index 75c7e02..4996ba2 100644 --- a/post.esh +++ b/post.esh @@ -11,16 +11,18 @@ -
-
<%= $date%>
- - <%= $title%> - -
- <% lowdown "$file"%> +
+
+
<%= $date%>
+ + <%= $title%> + +
+ <% lowdown "$file"%> +
+ ← Back +
- ‹ Back -
-- cgit v1.2.3