Skip to content

Commit

Permalink
fix page layout for mobile 🐛 #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 15, 2024
1 parent 2af9148 commit 33aa96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/CommunityCards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Card from '../Card.astro'
<section class="w-full flex justify-center">
<div class="p-3 md:px-20 md:py-10 w-full">

<div class="divider py-5">
<div class="divider h-[unset] whitespace-normal">
<h2 class="text-3xl font-bold text-center tracking-wider p-5 uppercase">
for the research community
</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Home/DeveloperCards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import Card from '../Card.astro'
<section class="w-full flex justify-center">
<div class="md:px-20 md:py-10 w-full max-sm:p-3">

<div class="divider py-5">
<h2 class="text-3xl font-bold text-center tracking-wider p-5 uppercase">
<div class="divider h-[unset] whitespace-normal">
<h2 class="text-3xl font-bold tracking-wider p-5 uppercase">
for the RDM community
</h2>
</div>
Expand Down

0 comments on commit 33aa96a

Please sign in to comment.