Updated Prize Box

This commit is contained in:
James Dinh 2022-07-26 00:49:00 -07:00
parent 7d49429875
commit c60b6bc1ff
6 changed files with 19 additions and 5 deletions

View File

@ -71,7 +71,7 @@
</p>
</div>
<div id="nav-links-container">
<input onclick="btnToggle()" type="checkbox" id="check">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
</label>

View File

@ -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;

View File

@ -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);

View File

@ -77,7 +77,7 @@
</p>
</div>
<div id="nav-links-container">
<input onclick="btnToggle()" type="checkbox" id="check">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
</label>

View File

@ -69,7 +69,7 @@
</p>
</div>
<div id="nav-links-container">
<input onclick="btnToggle()" type="checkbox" id="check">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
</label>

View File

@ -69,7 +69,7 @@
</p>
</div>
<div id="nav-links-container">
<input onclick="btnToggle()" type="checkbox" id="check">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
</label>