From e05902a4c12cd7c9d3ce46770f5fd588b0378cb0 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Wed, 1 Feb 2017 15:48:33 +0100 Subject: [PATCH] Fix langing page. --- css/custom.css | 4 ++++ index.html | 14 ++++++++------ templates/default.html | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/css/custom.css b/css/custom.css index a061b2d..230b6b4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -75,6 +75,10 @@ } /*-- End of Icomoon icon font section --*/ +nav.group a.active { + font-size: 2em; +} + header > nav a{ font-size: 1.2em; } diff --git a/index.html b/index.html index 76bfa2e..af3fd0c 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,14 @@ title: Home --- +
+

Binary Strolls

+

Cyber rambling (or ranting), mostly about code.

+ +

Recent Posts

-

Binary Strolls

+ $partial("templates/post-list.html")$ -

Recent Posts

- -$partial("templates/post-list.html")$ - -

…or you can find more in the archives.

+

…or you can find more in the archives.

+
diff --git a/templates/default.html b/templates/default.html index 6d67bfe..5ea805f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -12,8 +12,8 @@