@@ -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 >
0 commit comments