From c04955dbb7ffed3ebed6ef4d2552cead8c18378a Mon Sep 17 00:00:00 2001
From: Avani Sardana <avanisardana@MacBookAir.local>
Date: Tue, 1 Oct 2024 23:58:31 +0530
Subject: [PATCH] description alignment fix

---
 wiki/pages/description.html | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/wiki/pages/description.html b/wiki/pages/description.html
index a4e7528..bc11672 100644
--- a/wiki/pages/description.html
+++ b/wiki/pages/description.html
@@ -3,17 +3,21 @@
 {% block title %}Project Description{% endblock %}
 
 {% block page_content %}
-
+<style>
+  p {
+    text-align: justify;
+  }
+</style>
 <div class="row mt-4">
 
-  <div class="col-12">
+  <div class="col-8">
     <h1 class="text-center padding">
       Development of Novel Therapeutic and Diagnostic Strategies guided by Aptamer Specificity - Foundational Advance
     </h1>
     <hr>
   </div>
   <div class="row">
-    <div class="col-lg-12">
+    <div class="col-lg-8">
       <h2 class="mt-3 text-center padding">
         Introduction
       </h2>
-- 
GitLab