From 1584f16b04875dfa3b34b7a53beb741a7ada340e Mon Sep 17 00:00:00 2001
From: Gregory Derekis <grigorisnterekis@gmail.com>
Date: Thu, 15 Dec 2022 22:47:43 +0200
Subject: [PATCH] Updating home page

---
 assets/scss/main.scss | 7 +++++++
 pages/index.vue       | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index 8838577..688ca0d 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -192,6 +192,13 @@ p {
   line-height: 45px;
 }
 
+.small-title2 {
+  font-family: 'Abril Fatface', cursive;
+  color: $main-light;
+  font-size: 27px;
+  line-height: 30px;
+}
+
 figcaption {
   font-weight: bold;
 }
diff --git a/pages/index.vue b/pages/index.vue
index 3390262..a4f473e 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -76,7 +76,7 @@
               <div class="comp">
                 <img src="https://static.igem.wiki/teams/4118/wiki/icons/biopsies-icon.png" alt="" />
               </div>
-              <h4 class="small-title">Liquid Biopsy</h4>
+              <h4 class="small-title2">Liquid Biopsy</h4>
               <h5 class="excerpt">It provides a patient-friendly diagnostic approach.</h5>
               <p>Liquid Biopsy is based on the sampling and analysis of biological fluids, especially blood, for diagnosing and monitoring cancerous tumors. The main feature of liquid biopsies is the ease of sampling, providing a non-invasive, rapid alternative.</p>
             </div>
@@ -86,7 +86,7 @@
               <div class="comp">
                 <img src="https://static.igem.wiki/teams/4118/wiki/icons/circrna-icon.png" alt="" />
               </div>
-              <h4 class="small-title">circRNAs</h4>
+              <h4 class="small-title2">circRNAs</h4>
               <h5 class="excerpt">They have the potential to be ideal biomarkers.</h5>
               <p>They are a recent finding in cancer research whose abnormal expression is associated with the onset and progression of cancer. They are secreted by cancer cells in patients' blood. The panel of molecules we have chosen are NSCLC specific, likely not found in other cancer types.</p>
             </div>
@@ -96,7 +96,7 @@
               <div class="comp">
                 <img src="https://static.igem.wiki/teams/4118/wiki/icons/dna-icon.png" alt="" />
               </div>
-              <h4 class="small-title">DNA</h4>
+              <h4 class="small-title2">DNA Nanostructures</h4>
               <h5 class="excerpt">They offer unmatched possibilities and novelty.</h5>
               <p>Over the last few years, many DNA nanotechnology devices have been engineered to overcome specific bottlenecks in developing new diagnostic and analytical tools. As a result, we believe they can provide innumerable possibilities at a low cost.</p>
             </div>
-- 
GitLab