-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbruh.txt
70 lines (68 loc) · 1.83 KB
/
bruh.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* --------------------------------------SECTION WHAT----------------------------------------------------------------*/
#what-section .section-container {
flex-direction: column;
}
.what-column h2 {
margin-top: 42px;
font-size: 18px;
line-height: 21.8px;
}
/* --------------------------------------SECTION WHY----------------------------------------------------------------*/
.why-card {
padding: 34px;
}
/* --------------------------------------SECTION PROGRAM----------------------------------------------------------------*/
#schedule-section h4 {
font-size: 48px;
}
#schedule-section h1 {
font-size: 32px;
margin-top: 65px;
}
.dash {
display: inline-block;
margin-right: 8px;
}
.info-container {
padding-top: 22px;
}
h5 {
font-size: 36px;
}
.info-container h3, .time-container h3 {
font-size: 24px;
}
.info-container h2 {
font-size: 18px;
line-height: 21.6px;
}
.big-info-container {
flex-direction: column;
}
/* --------------------------------------SECTION JEK----------------------------------------------------------------*/
#jek-logo {
width: 251px;
}
.jek-column h2 {
font-size: 18px;
line-height: 21.6px;
}
/* --------------------------------------SECTION PARTNERS----------------------------------------------------------------*/
#partners-container {
grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
padding-top: 35px;
}
.partner-logo {
filter: grayscale(0%) opacity(100%);
}
.partner-logo img {
max-width: 120px;
}
#sponsors-section .section-container {
padding: 34px;
}
/* --------------------------------------FOOTER----------------------------------------------------------------*/
#social-row {
width: 30%;
}
}