From 7a9f3cf5fc4457283fbeaad36d3d2ac04bbff872 Mon Sep 17 00:00:00 2001 From: fmk17 <fmk17@inf.ufpr.br> Date: Thu, 24 Nov 2022 00:41:53 -0300 Subject: [PATCH] =?UTF-8?q?Reduz=20tamanho=20do=20cabe=C3=A7alho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.html b/html/index.html index 09c7df6..617bc87 100644 --- a/html/index.html +++ b/html/index.html @@ -560,7 +560,7 @@ </div> <div class="grade w-full grid gap-0.5 bg-gray-400 border border-gray-500 border-2" style="grid-template-columns: 5rem 1fr 1fr"> <div class="bg-white text-center font-bold">Horário</div> - <div class="bg-white text-center font-bold">Maratona de Alto Desempenho</div> + <div class="bg-white text-center font-bold">Maratona</div> <div class="bg-white text-center font-bold">Sala Virtual</div> <div class="bg-white text-center col-start-1">00h00</div> @@ -622,7 +622,7 @@ </div> <div class="grade w-full grid gap-0.5 bg-gray-400 border border-gray-500 border-2" style="grid-template-columns: 5rem 1fr 1fr"> <div class="bg-white text-center font-bold">Horário</div> - <div class="bg-white text-center font-bold">Maratona de Alto Desempenho</div> + <div class="bg-white text-center font-bold">Maratona</div> <div class="bg-white text-center font-bold">Sala Virtual</div> <div class="bg-white text-center col-start-1">00h00</div> -- GitLab