From 2a7e45c18730cf1d613e447c36877b221060daeb Mon Sep 17 00:00:00 2001
From: Raghavendra Kamath <raghu@raghukamath.com>
Date: Tue, 6 Jun 2017 19:52:12 +0530
Subject: [PATCH] Improve appearance of preamble

---
 css/style.css       | 8 ++++++++
 pug/pages/index.pug | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index 580d187..5cadcdf 100644
--- a/css/style.css
+++ b/css/style.css
@@ -43,6 +43,14 @@
     margin: 5px 20px 15px;
 }
 
+#preamble-list {
+  text-align: left;
+  padding-left: 15px;
+}
+#preamble-list li {
+  padding: 10px;
+}
+
 #improve {
     font-size: 12px;
     vertical-align: middle;
diff --git a/pug/pages/index.pug b/pug/pages/index.pug
index 260ca7c..44278ef 100644
--- a/pug/pages/index.pug
+++ b/pug/pages/index.pug
@@ -5,7 +5,7 @@ block content
         #main.row
             h1 Free Software User Groups in India
             #mapid
-            ol
+            ol#preamble-list
               li Free Software Community of India is a collective of Free Software (sometimes also called as Open Source Software) users, advocates and developers.
               li We maintain communication and collaboration infrastructure for everyone that respects their freedom and privacy. We maintain a list of Free Software communities and offer sub domains of fsug.in or fosscommunity.in. We depend on donations and community manpower to run the infrastructure.
               li We mentor Free Software enthusiasts to become Free Software contributors.
-- 
GitLab