diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 8838577949ada8c1db8f4689bc03ded927ddf9bc..688ca0d71a9e7381e07f501b5cd52871f78c927e 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 339026240e4d167e0f2e55cd8509e92b4d1395c8..a4f473e15bc2c16570dae7b940a042ffb3405540 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>