Change font size for <p> under home grid <h2>

This commit is contained in:
Lucas Chaplain 2022-02-01 18:36:39 +01:00
parent ce7551438f
commit b77c2f59e3

View file

@ -68,7 +68,7 @@
<div class="flex flex-col items-center justify-start space-y-2"> <div class="flex flex-col items-center justify-start space-y-2">
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Our Goals</h2> <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Our Goals</h2>
<div class="w-8 h-1 bg-garage-orange"></div> <div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic">We made it lightweight and kept the efficiency in mind:</p> <p class="text-center leading-5 italic text-lg">We made it lightweight and kept the efficiency in mind:</p>
<ul class="list-style-none font-semibold flex flex-col items-center justify-center py-4"> <ul class="list-style-none font-semibold flex flex-col items-center justify-center py-4">
<li class="py-1.5 flex flex-col items-center justify-center"> <li class="py-1.5 flex flex-col items-center justify-center">
<span>Self-contained</span> <span>Self-contained</span>
@ -101,7 +101,7 @@
<div class="flex flex-col items-center justify-start space-y-2"> <div class="flex flex-col items-center justify-start space-y-2">
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Keeping requirements low</h2> <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Keeping requirements low</h2>
<div class="w-8 h-1 bg-garage-orange"></div> <div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic"> <p class="text-center leading-5 italic text-lg">
We worked hard to keep requirements as low as possible: We worked hard to keep requirements as low as possible:
</p> </p>
<ul class="text-center list-style-none flex flex-col space-y-2 justify-start py-4"> <ul class="text-center list-style-none flex flex-col space-y-2 justify-start py-4">
@ -146,7 +146,7 @@
<div class="flex flex-col items-center justify-start space-y-2 px-6 xl:px-0"> <div class="flex flex-col items-center justify-start space-y-2 px-6 xl:px-0">
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Data resiliency for everyone</h2> <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Data resiliency for everyone</h2>
<div class="w-8 h-1 bg-garage-orange"></div> <div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic pb-4"> <p class="text-center leading-5 italic pb-4 text-lg">
We built Garage to suit your existing infrastructure: We built Garage to suit your existing infrastructure:
</p> </p>
<p class="font-normal"> <p class="font-normal">
@ -189,7 +189,7 @@
<div class="flex flex-col items-center justify-start space-y-2 px-6 xl:px-0"> <div class="flex flex-col items-center justify-start space-y-2 px-6 xl:px-0">
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Standing on the shoulders of giants</h2> <h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-garage-orange leading-5">Standing on the shoulders of giants</h2>
<div class="w-8 h-1 bg-garage-orange"></div> <div class="w-8 h-1 bg-garage-orange"></div>
<p class="text-center leading-5 italic"> <p class="text-center leading-5 italic text-lg">
Garage leverages insights from recent research in distributed systems: Garage leverages insights from recent research in distributed systems:
</p> </p>
<ul class="text-center list-style-none flex flex-col items-center py-4"> <ul class="text-center list-style-none flex flex-col items-center py-4">