Skip to content

Commit 96b24bc

Browse files
committed
fixed some font setting on home page
1 parent 0a72158 commit 96b24bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ import Prose from '../components/Prose.astro';
4141
</section>
4242

4343
<section class="container space-y-6 py-8 md:py-12 lg:py-24">
44-
<div class="mx-auto flex max-w-[58rem] flex-col items-center space-y-4 text-center">
45-
<h2 class="font-heading text-3xl leading-[1.1] sm:text-3xl md:text-6xl">
44+
<div class="mx-auto flex max-w-[58rem] flex-col items-center space-y-4">
45+
<h2 class="font-heading text-3xl leading-[1.1] sm:text-3xl md:text-6xl text-left">
4646
Our Locations
4747
</h2>
48-
<p class="max-w-[85%] leading-normal text-muted-foreground sm:text-lg sm:leading-7">
48+
<p class="leading-normal text-muted-foreground sm:text-lg sm:leading-7">
4949
We are at the European Bioinformatics Institute (EMBL-EBI) and at the Institute for Computational Biomedicine at the Medical Faculty of Heidelberg University and Heidelberg University Hospital. We are also part of the Molecular Medicine Partnership Unit (MMPU) between the Medical Faculty of the University of Heidelberg and the European Molecular Biology Laboratory (EMBL) and of ELLIS Heidelberg.
5050
</p>
5151
</div>
@@ -91,7 +91,7 @@ import Prose from '../components/Prose.astro';
9191
<h2 class="font-heading text-3xl leading-[1.1] sm:text-3xl md:text-6xl text-center">
9292
Research
9393
</h2>
94-
<div class="space-y-6 leading-normal text-muted-foreground sm:text-lg sm:leading-7">
94+
<div class="leading-normal text-muted-foreground sm:text-lg sm:leading-7">
9595
<Prose>
9696
<ResearchContent />
9797
</Prose>

0 commit comments

Comments
 (0)