From 2aaa69c7118e4efe4c72675d68a3f05d4d02047e Mon Sep 17 00:00:00 2001
From: Murukesh Mohanan <murukesh@cse.iitb.ac.in>
Date: Fri, 28 Aug 2015 18:47:25 +0530
Subject: [PATCH] smaller font size for buttons on mobile

---
 styles/posts.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/styles/posts.css b/styles/posts.css
index d004450..7aca788 100644
--- a/styles/posts.css
+++ b/styles/posts.css
@@ -51,4 +51,8 @@ img {
 	.post-title h1 {
 		margin: 0;
 	}
+
+	kbd {
+		font-size: small;
+	}
 }
-- 
2.24.1