Add a few alternating background-colours!
This commit is contained in:
parent
26da6b8aa2
commit
c7c9cbee3f
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-wrap sm:flex-row md:flex-row-reverse mx-auto">
|
||||
<div class="flex flex-wrap sm:flex-row md:flex-row-reverse mx-auto bg-orange-200">
|
||||
<div class="sm:w-full md:w-1/2 lg:w-1/3">
|
||||
<img src="img/researcher.png" />
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<p class="text-sm mt-1">or, skip the Programme and <a href="https://www.snipettemag.com/write/" class="text-orange-800 hover:text-orange-900">write for us directly.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-white flex flex-wrap mx-auto my-16 shadow-xl sm:mx-4 rounded">
|
||||
<div class="bg-orange-200 flex flex-wrap mx-auto my-16 shadow-xl sm:mx-4 rounded">
|
||||
<div class="xs:w-auto sm:w-full md:w-1/3 lg:w-1/3 p-4">
|
||||
<a name="pricing">
|
||||
<h2 class="text-center uppercase">Price</h2>
|
||||
|
|
Loading…
Reference in a new issue