diff options
-rwxr-xr-x | templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index 028e974..1688bea 100755 --- a/templates/index.html +++ b/templates/index.html @@ -68,7 +68,7 @@ <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> <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"> <li class="py-1.5 flex flex-col items-center justify-center"> <span>Self-contained</span> @@ -101,7 +101,7 @@ <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> <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: </p> <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"> <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> - <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: </p> <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"> <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> - <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: </p> <ul class="text-center list-style-none flex flex-col items-center py-4"> |