From 392653ee25a393eae99d96f1299bb4e2a012fc4e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 25 Jan 2020 19:36:00 +0530 Subject: font sizing, misc. --- docs/style.css | 4 ++-- post.esh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/style.css b/docs/style.css index 5457004..45e69eb 100644 --- a/docs/style.css +++ b/docs/style.css @@ -25,11 +25,11 @@ body { } html { - font-size: 22px; + font-size: 20px; } .posts { - width: 50%; + width: 40%; } /* mobile devices */ diff --git a/post.esh b/post.esh index 4996ba2..61516c0 100644 --- a/post.esh +++ b/post.esh @@ -20,7 +20,7 @@
<% lowdown "$file"%>
- ← Back + ← Back
-- cgit v1.2.3