Skip to content

Commit 77c6b75

Browse files
Merge branch 'main' into Tracks
2 parents 5c6bb2f + 28753a0 commit 77c6b75

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

css/prizes.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
/*------------------------------------------------- PRIZES -----------------------------------------------------------------------*/
33
/*------------------------------------------------------------------------------------------------------------------------------------*/
44

5+
.prize-step{
6+
padding-top : 25px !important;
7+
}
8+
9+
@media only screen and (max-width: 780px) {
10+
.prize-step{
11+
padding-top : 0px !important;
12+
}
13+
}
514

615
.prize-wrapper {
716
display: flex;
@@ -12,6 +21,7 @@
1221
.prize-card {
1322
margin: 1em;
1423
perspective: 1500px;
24+
border-radius: 150px;
1525
}
1626

1727
.prize-card-size{
@@ -56,7 +66,7 @@
5666
.front {
5767
background-size: cover;
5868
background-position: center center;
59-
background: linear-gradient(0deg, #5588cc , white);
69+
background: linear-gradient(180deg, rgb(0, 173, 253), rgb(206, 231, 252));
6070
}
6171
.front:after {
6272
content: '';
@@ -247,11 +257,13 @@
247257
text-shadow: .7px .7px black;
248258
}
249259

260+
/*
261+
style="font-size: 1.4em !important;" */
250262
.ticket-price {
251263

252264
text-shadow: .7px .7px black;
253265
font-size: 30px;
254-
color: #111343;
266+
color: black !important;
255267
font-weight: 700;
256268
letter-spacing: 1px;
257269
line-height: 1;
@@ -271,4 +283,4 @@
271283

272284

273285
/*------------------------------------------------------------------------------------------------------------------------------------*/
274-
/*------------------------------------------------------------------------------------------------------------------------------------*/
286+
/*------------------------------------------------------------------------------------------------------------------------------------*/
4.57 KB
Loading

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,9 @@ <h2 class="ticket-price" style="color:black !important">
751751

752752

753753
<!--Section Breaker Prizes/Sponsors-->
754+
754755
<div class="section-divider tracks-color unselectable">
756+
755757
<img
756758
src="./img/Sea creatures/S1.png"
757759
style="

0 commit comments

Comments
 (0)