Skip to content

Commit

Permalink
fix alignement on text and mobile only
Browse files Browse the repository at this point in the history
  • Loading branch information
MinixBF committed Sep 4, 2023
1 parent b327fdb commit 105f651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,12 @@
</Section>

<!-- About us -->
<Section id="about-us" class="max-sm:child:!mx-8">
<Section id="about-us">
<svelte:fragment slot="title">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
{@html c(i("home.about-us.title"))}
</svelte:fragment>
<div class="pb-10 flex items-center justify-center">
<div class="pb-10 max-sm:child:!-mx-8 flex items-center justify-center">
<div class="flex min-w-full flex-col gap-4 rounded-3xl backdrop-filter backdrop-blur border border-opacity-25 border-white bg-glass p-8 md:p-16">
<p class="text-lg text-gray-200">
{i("home.about-us.desc")}
Expand Down

0 comments on commit 105f651

Please sign in to comment.