Skip to content

Commit b0fa23d

Browse files
committed
Fixes nowrap differences
1 parent 31d1f33 commit b0fa23d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/index.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ changeFreq: daily
77
{# primary content #}
88
<div class="special-bg">
99
<div class="container mx-auto px-2 py-10 mb-10">
10-
<div class="x-h-screen flex justify-center items-center">
10+
<div class="flex justify-center items-center">
1111
<div>
12-
<div class="text-center flex flex-wrap sm:flex-no-wrap justify-center px-4 sm:px-0">
12+
<div class="text-center flex flex-wrap sm:flex-nowrap justify-center px-4 sm:px-0">
1313
<div class="w-full sm:w-1/2">
1414
<div class="pl-8 sm:pl-16" data-animated-logo>
1515
{% include "_logo.svg" %}
@@ -43,7 +43,7 @@ changeFreq: daily
4343
</h2>
4444
</div>
4545
<ul
46-
class="flex justify-center sm:justify-end items-center space-y-2 sm:space-y-0 sm:space-x-2 flex-wrap sm:flex-no-wrap"
46+
class="flex justify-center sm:justify-end items-center space-y-2 sm:space-y-0 sm:space-x-2 flex-wrap sm:flex-nowrap"
4747
>
4848
{% for link in actionLinks %}
4949
<li class="w-full sm:w-auto">
@@ -73,7 +73,7 @@ changeFreq: daily
7373
Location
7474
</h2>
7575
<div
76-
class="border-jsmn-yellow border-4 p-4 flex justify-between items-center flex-wrap sm:flex-no-wrap space-y-4 sm:space-y-0"
76+
class="border-jsmn-yellow border-4 p-4 flex justify-between items-center flex-wrap sm:flex-nowrap space-y-4 sm:space-y-0"
7777
>
7878
<div class="w-full sm:w-1/2">
7979
<p class="text-lg leading-7">
@@ -105,7 +105,7 @@ changeFreq: daily
105105
</h2>
106106
</div>
107107
<div
108-
class="border-jsmn-yellow border-4 p-4 flex justify-between items-center flex-wrap sm:flex-no-wrap space-y-4 sm:space-y-0"
108+
class="border-jsmn-yellow border-4 p-4 flex justify-between items-center flex-wrap sm:flex-nowrap space-y-4 sm:space-y-0"
109109
>
110110
<div>
111111
<h3 class="text-2xl font-bold">Interested in speaking?</h3>

src/sponsorship-opportunities.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ layout: base
2121
</div>
2222

2323
<div
24-
class="flex flex-wrap sm:flex-no-wrap space-x-0 sm:space-x-4 space-y-8 sm:space-y-0"
24+
class="flex flex-wrap sm:flex-nowrap space-x-0 sm:space-x-4 space-y-8 sm:space-y-0"
2525
>
2626
{# first option #}
2727
<section class="w-full sm:w-1/3">

0 commit comments

Comments
 (0)