From de46ca52eabf0006336833305c99e6efe3ec7d8e Mon Sep 17 00:00:00 2001
From: fmk17 <fmk17@inf.ufpr.br>
Date: Thu, 24 Nov 2022 00:41:16 -0300
Subject: [PATCH] =?UTF-8?q?Arruma=20tamanho=20do=20hor=C3=A1rio?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 html/assets/css/style.css | 2 +-
 html/index.html           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/assets/css/style.css b/html/assets/css/style.css
index 8b90df3..5d521ba 100644
--- a/html/assets/css/style.css
+++ b/html/assets/css/style.css
@@ -41,6 +41,6 @@
 }
 
 .grade {
-  grid-template-columns: 9rem 1fr 1fr 1fr 1fr;
+  grid-template-columns: 5rem 1fr 1fr 1fr 1fr;
   grid-template-rows: repeat(auto-fit, 30px);
 }
diff --git a/html/index.html b/html/index.html
index 9bed448..09c7df6 100644
--- a/html/index.html
+++ b/html/index.html
@@ -558,7 +558,7 @@
             <span class="p-1">Copa</span>
           </div>
         </div>
-        <div class="grade w-full grid gap-0.5 bg-gray-400 border border-gray-500 border-2" style="grid-template-columns: 9rem 1fr 1fr">
+        <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">Sala Virtual</div>
@@ -620,7 +620,7 @@
             <span class="p-1">Copa</span>
           </div>
         </div>
-        <div class="grade w-full grid gap-0.5 bg-gray-400 border border-gray-500 border-2" style="grid-template-columns: 9rem 1fr 1fr">
+        <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">Sala Virtual</div>
-- 
GitLab