From d7983790eca1918e8489cb54e8aab3277c951e5f Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Wed, 14 Oct 2020 01:51:47 +0530
Subject: [PATCH] Update news list styling

---
 css/style.css   |  4 +++-
 news/index.html | 12 +++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/css/style.css b/css/style.css
index b72463a..ad096ee 100644
--- a/css/style.css
+++ b/css/style.css
@@ -106,7 +106,9 @@ nav{
 .content p{
     text-align: justify;
 }
-
+.news-item{
+    margin-bottom: 24px;
+}
 @media screen and (max-width:1100px) {
     .show-menu-btn,.hide-menu-btn{
         display: block;
diff --git a/news/index.html b/news/index.html
index cec73f9..dbc56ea 100644
--- a/news/index.html
+++ b/news/index.html
@@ -66,14 +66,16 @@
 <section class="page">
     <h1 style="text-align: center;">News & Announcements</h1>
     
-    <h3><a class="link" href="https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/">New Mailing Lists for Learners and Mentors</a></h3>
-    <div class="list-item">
-        <small class="label-dark">October 14, 2020</small>
-    </div>
-    <p>We have created separate mailing lists for learners and mentors. Hope you all received the welcome mails to the respective mailing lists.
+    <div class="news-item">
+        <h3><a class="link" href="https://camp.fsf.org.in/news/mailing-list-for-learners-and-mentors/">New Mailing Lists for Learners and Mentors</a></h3>
+        <div class="list-item">
+            <small class="label-dark">October 14, 2020</small>
+        </div>
+        <p>We have created separate mailing lists for learners and mentors. Hope you all received the welcome mails to the respective mailing lists.
 All future private communications, including the access details for sessions will be done through these mailing lists.
 You can also use these lists to communicate among your fellow learners or mentors respectively.
 Also if you haven&rsquo;t joined the common matrix room for camp discussions, please consider joining the same.</p>
+    </div>
     
 </section>
 
-- 
GitLab