From 046647ea4adba95cb7d366b12fc9ca7fb7956327 Mon Sep 17 00:00:00 2001 From: Hamza Date: Thu, 29 Aug 2024 01:23:46 +0000 Subject: [PATCH] Remove Google logo --- index.html | 7 +------ styles/tailwind.css | 13 ------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/index.html b/index.html index ccfa5f3..fa29e40 100644 --- a/index.html +++ b/index.html @@ -47,12 +47,8 @@

Everyone?

-
-

>

-

- -
+

💖 Our sponsors, who will make this event possible 💖

- diff --git a/styles/tailwind.css b/styles/tailwind.css index 91f8f67..ed0aea6 100644 --- a/styles/tailwind.css +++ b/styles/tailwind.css @@ -652,10 +652,6 @@ video { height: 180vh; } -.h-\[200px\] { - height: 200px; -} - .min-h-\[400px\] { min-height: 400px; } @@ -664,10 +660,6 @@ video { width: 160vw; } -.w-\[200px\] { - width: 200px; -} - .max-w-\[700px\] { max-width: 700px; } @@ -716,11 +708,6 @@ video { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } -.bg-\[\#888\] { - --tw-bg-opacity: 1; - background-color: rgb(136 136 136 / var(--tw-bg-opacity)); -} - .p-6 { padding: 1.5rem; }