From 60a9a4576e756e0085b850ad4c950e7147a67bba Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Thu, 24 Sep 2020 18:42:46 +0530
Subject: [PATCH] Remove a redundant sentence from task-section

---
 index.html | 2 +-
 style.css  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/index.html b/index.html
index ba6b0ac..a7e936a 100644
--- a/index.html
+++ b/index.html
@@ -96,7 +96,7 @@
                 <div class="tasks-section">
                     <div class="task-text">
                         <h1 class="medium-heading" style="color:#469198">What are the kind of tasks we'll be working on at <span style="color:black">Free Software</span> Camp?</h1>
-                        <p class="para">At Free Software Camp you can contribute to free software through various technical and non-technical tasks with the help of our mentors. Here are a few technical and non-technical ways you can contribute:</p>
+                        <p class="para">Here are a few technical and non-technical ways you can contribute:</p>
                     </div>
                 </div>
                 <div class="task-tech">
diff --git a/style.css b/style.css
index ef5dbcc..5c6bd50 100644
--- a/style.css
+++ b/style.css
@@ -329,7 +329,6 @@ nav{
 }
 .task-text{
     display: flex;
-    width: 80%;
     margin: auto;
     justify-content: center;
     flex-direction: column;
-- 
GitLab