From c129904b046c519ff14f23288525a9feb223b746 Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Sat, 19 Sep 2020 03:23:54 +0530
Subject: [PATCH] More Style Fixes

---
 index.html | 2 +-
 style.css  | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index cf3e57f..937e36e 100644
--- a/index.html
+++ b/index.html
@@ -192,7 +192,7 @@
                 </div>
             </section>
             <footer>
-                <div class="footer-icon-row ">
+                <div class="footer-icon-row " style="text-align: center">
                     <h1>Organised By</h1>
                     <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a>
                     <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a>
diff --git a/style.css b/style.css
index f35966d..9d89f21 100644
--- a/style.css
+++ b/style.css
@@ -251,9 +251,11 @@ nav{
     font-size: 20px;
     margin-top: 5px;
 }
+.about-text ul{
+    padding: 20px;
+}
 .about-cover img{
     margin: auto;
-    min-height: 30vh
 }
 .tasks-section{
     margin-top: 10vh;
-- 
GitLab