Skip to content

Commit f313c20

Browse files
committed
made 1s and 0s not overlap with other elements
1 parent a540ac3 commit f313c20

File tree

6 files changed

+46
-1
lines changed

6 files changed

+46
-1
lines changed

src/styles/Faq.css

+31
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,44 @@
11
.faq-page * {
22
overflow-x: visible !important;
3+
34
}
45
.faq-page .faq-content {
56
height: 100%;
7+
68
}
79
.faq-page .faq-header {
810
height: 5vh;
11+
912
}
1013
.faq-page .faq-footer {
1114
height: 10vh;
15+
1216
}
1317
.faq-page .faq-title {
1418
font-family: 'Roboto Mono', monospace;
1519
font-weight: 600;
1620
font-size: 5em;
1721
color: whitesmoke;
1822
margin-bottom: 3vh;
23+
1924
}
2025
.faq-page .faq-q-a-container {
2126
margin: 2vh auto;
2227
display: flex;
2328
flex-direction: column;
29+
30+
}
31+
32+
#stars {
33+
z-index: 1;
34+
}
35+
36+
#stars2 {
37+
z-index: 1;
38+
}
39+
40+
#stars2a{
41+
z-index: 1;
2442
}
2543

2644
.styles_faq-row-wrapper__3vA1D
@@ -30,14 +48,17 @@
3048
.styles_row-content-text__2sgAB {
3149
padding-top: 10px !important;
3250
padding-left: 5px !important;
51+
3352
}
3453
.faq-page .faq-q {
3554
text-align: left;
3655
font-weight: bold;
56+
3757
}
3858
.faq-page .faq-a {
3959
text-align: left;
4060
margin-left: 5vh;
61+
4162
}
4263

4364
.row-title-text {
@@ -50,6 +71,7 @@
5071
background-clip: text;
5172
font-weight: bold;
5273
color: transparent;
74+
5375
}
5476

5577
.styles_icon-wrapper__2cftw:hover {
@@ -58,6 +80,7 @@
5880
transition: 0.2s !important;
5981
-webkit-transform: scale(1.05) !important;
6082
transform: scale(1.05) !important;
83+
6184
}
6285

6386
.styles_faq-row-wrapper__3vA1D
@@ -70,18 +93,22 @@
7093
padding-right: 10px !important;
7194
padding-bottom: 10px !important;
7295
padding-left: 10px !important;
96+
7397
}
7498
.styles_faq-row-wrapper__3vA1D .styles_faq-row__2YF3c {
7599
border-bottom: 0px solid #ccc !important;
100+
76101
}
77102
.faq-body {
103+
position: relative;
78104
background-image: linear-gradient(
79105
45deg,
80106
#cc0000,
81107
#cc0000
82108
);
83109
padding: 50px;
84110
border-radius: 25px;
111+
z-index: 2;
85112
}
86113
.faq-row-wrapper {
87114
color: rgb(105, 225, 255);
@@ -92,6 +119,7 @@
92119
margin: auto;
93120
background-color: black !important;
94121
background-image: url("../images/stars.png");
122+
95123
}
96124

97125
.icon-wrapper {
@@ -101,13 +129,16 @@
101129
rgb(234, 137, 137),
102130
rgb(252, 0, 0)
103131
);
132+
104133
}
105134
.row-content {
106135
padding: 5px;
136+
107137
}
108138

109139
.faq-row-wrapper {
110140
text-align: left;
141+
111142
}
112143
@media only screen and (max-width: 460px) {
113144
.faq-page .faq-title {

src/styles/Homepage.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207

208208
#stars {
209209
width: 2px;
210-
height: 5.51px;
210+
height: 5.53px;
211211
background-color: #000;
212212
border-radius: 50% / 60%;
213213
position: relative;

src/styles/Prizes.css

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
}
55
.prizes-page * {
66
overflow-x: hidden !important;
7+
78
}
89
.prizes-page .prizes-content {
910
height: 100%;
@@ -44,6 +45,7 @@
4445
.prizes-caption {
4546
width: 100vh;
4647
text-align: center;
48+
4749
}
4850
.prizes-caption-header {
4951
text-align: center;
@@ -53,6 +55,9 @@
5355
border-width: 10px;
5456
border-color: white;
5557
text-align: center;
58+
position: relative;
59+
z-index: 2;
60+
background-color: black;
5661
}
5762
.prizes-caption-img-sep {
5863
width: 10vh;
@@ -64,6 +69,9 @@
6469
width: fit-content;
6570
text-align: center;
6671
font-size: 1.5em;
72+
position: relative;
73+
z-index: 2;
74+
background-color: black;
6775
}
6876
.prizes-list li {
6977
margin: 7px auto;

src/styles/Schedule.css

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
}
55
.schedule-page * {
66
overflow-x: visible !important;
7+
position: relative;
8+
z-index: 3;
79
}
810
.schedule-page .schedule-content {
911
height: 100%;

src/styles/Sponsors.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.sponsors-page * {
22
overflow-x: visible !important;
33
height: fit-content;
4+
position: relative;
5+
z-index: 2;
46
}
57
.sponsors-page .sponsors-content {
68
height: 100%;

src/styles/Team.css

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
}
55
.team-page * {
66
overflow-x: visible !important;
7+
position: relative;
8+
z-index: 2;
79
}
810
.team-page .team-content {
911
height: 100%;

0 commit comments

Comments
 (0)