Skip to content

Commit 9dcd5ea

Browse files
committed
Improve the look of the hiring sponsor list a bit
1 parent 4010ad8 commit 9dcd5ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/careers/list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Working at the Has
6565
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-16 md:py-20">
6666
<h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Haskell Foundation Sponsors Hiring Haskellers</h2>
6767
<p class="mt-10 lg:text-xl text-gray-300 leading-relaxed text-center">
68-
Many of the Haskell Foundation's Sponsors are actively hiring Haskell engineers.
68+
Many of our sponsors are actively hiring Haskell engineers.
6969
</p>
7070
</div>
7171
</div>
7272
</div>
73-
<div class="text-center sm:px-12 md:px-12 lg:px-16 mt-32">
74-
<div class="mt-16 flex flex-wrap items-center justify-center"></div>
73+
<div class="mt-16 md:mt-24">
74+
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12">
7575
$for(hiringsponsors)$
7676
<a href="$careersUrl$" target="_blank" class="block w-36 m-4"><img alt="$title$" src="$logo$"
7777
$if(srcset)$

0 commit comments

Comments
 (0)