Skip to content

Commit cfa56dd

Browse files
sodeviousPeterGrand
authored andcommitted
home bg gray instead of white?
1 parent f099efa commit cfa56dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ <h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
4848
</div>
4949
</div>
5050

51-
<div class="text-white bg-black block-container">
51+
<div class="bg-gray-100 block-container">
5252
<div class="wrapper">
5353
<div class="grid-1-2">
54-
<section>
55-
<h2 class="mb-4 text-3xl font-bold font-heading lg:text-5xl">For Django fans<br/> of all&nbsp;levels</h2>
56-
<p class="text-xl lg:text-2xl">
54+
<section class="flex flex-col items-start justify-center mb-6 sm:mb-0">
55+
<h2 class="mb-4 text-3xl font-bold leading-relaxed font-heading lg:text-5xl">For Django fans<br/> of all&nbsp;levels</h2>
56+
<p class="text-xl lg:text-2xl mb-6">
5757
DjangoCon US has something for everyone, from the person who develops Django applications for a living to the person who just tinkers in their spare time.
5858
</p>
59+
<a class="button" href="{{ site.ticket_link }}">About DjangoCon US</a>
5960
</section>
6061
<div>
6162
<ul class="space-y-10">

0 commit comments

Comments
 (0)