From c60b6bc1fff30a619e71db87b64aa12823fe9404 Mon Sep 17 00:00:00 2001
From: James Dinh
Date: Tue, 26 Jul 2022 00:49:00 -0700
Subject: [PATCH] Updated Prize Box
---
contact.html | 2 +-
css/general.css | 2 +-
css/second.css | 14 ++++++++++++++
index.html | 2 +-
licenses.html | 2 +-
rules.html | 2 +-
6 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/contact.html b/contact.html
index 0ec31a4..89bad5b 100644
--- a/contact.html
+++ b/contact.html
@@ -71,7 +71,7 @@
-
+
diff --git a/css/general.css b/css/general.css
index 3dc847d..e6d47a4 100644
--- a/css/general.css
+++ b/css/general.css
@@ -2032,7 +2032,7 @@ section {
#prize-box {
border-radius: 10px;
border: 1px solid white;
- background-color: #3d3d3d;
+ background-color: #2c2c2c;
margin: 30px auto 10px;
width: 70%;
max-width: 850px;
diff --git a/css/second.css b/css/second.css
index 303d377..c79f5fb 100644
--- a/css/second.css
+++ b/css/second.css
@@ -680,6 +680,20 @@ option {
padding-top: 10px;
}
+.tooltip-rules {
+ text-decoration: underline dotted;
+ cursor: help;
+}
+
+@media (max-width: 500px) {
+ #event, #rules, #prizes, #team {
+ transform: scale(0.9);
+ }
+ section {
+ padding-top: 0 !important;
+ }
+}
+
/* Title of the card */
.rules-title {
color: rgb(253, 103, 103);
diff --git a/index.html b/index.html
index f071f4a..8209d30 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,7 @@