Skip to content

Commit

Permalink
fix for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Apr 11, 2024
1 parent 080de68 commit 33533fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/about/staff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export { departments };
<h1 class="text-4xl py-6">Staff team</h1>
<p class="text-lg dark:text-gray-400 italic text-center">
Feedback for our ATC services, or general comments about VATSIM
Scandinavia, can be sent to feedback@vatsim-scandinavia.org
Scandinavia, can be sent <a class="text-vatsca1 font-semibold" href="https://cc.vatsim-scandinavia.org/feedback" target="_blank">here</a>
</p>
<div
class="w-full max-w-[1500px] px-24 py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
Expand All @@ -282,7 +282,7 @@ export { departments };
}
</div>
<div
class="w-full max-w-[1500px] px-24 py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
class="w-full max-w-[1500px] py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
>
<h1 class="text-2xl font-semibold md:col-span-2 xl:col-span-5 text-center">Contry Directors</h1>
{
Expand All @@ -303,7 +303,7 @@ export { departments };
}
</div>
<div
class="w-full max-w-[1500px] px-24 py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
class="w-full max-w-[1500px] py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
>
<h1 class="text-2xl font-semibold md:col-span-2 xl:col-span-5 text-center">Traning Department</h1>
{
Expand All @@ -324,7 +324,7 @@ export { departments };
}
</div>
<div
class="w-full max-w-[1500px] px-24 py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
class="w-full max-w-[1500px] py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
>
<h1 class="text-2xl font-semibold md:col-span-2 xl:col-span-5 text-center">Web Department</h1>
{
Expand All @@ -344,7 +344,7 @@ class="w-full max-w-[1500px] px-24 py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-
}
</div>
<div
class="w-full max-w-[1500px] px-24 py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
class="w-full max-w-[1500px] py-6 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-5 gap-4 place-content-center justify-items-center"
>
<h1 class="text-2xl font-semibold md:col-span-2 xl:col-span-5 text-center">Event Department</h1>
{
Expand Down

0 comments on commit 33533fe

Please sign in to comment.