From 96b811fa86a6c614fba7eb3d63e7b08366339c86 Mon Sep 17 00:00:00 2001
From: bfsc19 <bryan.fellipe.sc@gmail.com>
Date: Thu, 24 Nov 2022 01:38:23 -0300
Subject: [PATCH] tamanho da tela inicial ocupando a tela inteira

---
 html/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html
index 5ee94c4..f1f6cd9 100644
--- a/html/index.html
+++ b/html/index.html
@@ -10,7 +10,7 @@
     <script src="assets/js/script.js" defer></script>
   </head>
   <body>
-    <header class="borda-colorida z-20  pt-12 mb-0 flex flex-col items-center justify-center h-[80vh] bg-black sticky sm:top-[calc(-80vh+60px)] top-[calc(-80vh+110px)] z-10">
+    <header class="borda-colorida z-20  pt-12 mb-0 flex flex-col items-center justify-center h-[100vh] bg-black sticky sm:top-[calc(-100vh+60px)] top-[calc(-100vh+110px)] z-10">
       <svg class="absolute top-0 left-0 w-full h-full bg-fundo box-shadow-fundo opacity-50">
         <rect width="1" height="1" fill="url(#background)" />
         <lineargradient id="background">
-- 
GitLab