-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathresponsive.css
More file actions
96 lines (96 loc) · 1.51 KB
/
responsive.css
File metadata and controls
96 lines (96 loc) · 1.51 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
@media (max-width: 1000px) {
nav,
navbar {
padding: 20px 0;
height: 5vh;
align-items: center;
flex-direction: column;
text-align: center;
}
.col-md-3 {
margin: 20px 40px;
}
.nav-right {
width: 100%;
padding: 0px;
}
.nav-right > ul {
margin-block-start: 1em;
padding-inline-start: 0px;
justify-content: center;
margin-left: 0% !important;
align-items: center;
}
.nav-right > ul > li > a {
padding: 0;
font-size: 1rem;
margin: 5px;
}
.branding-name {
margin-left: 0%;
display: none !important;
}
.landing-hero {
height: 70vh;
padding: 0 2%;
text-align: center;
}
.landing-img {
height: 40px;
display: none;
}
.hero {
font-size: 30px;
}
.hero-sub {
font-size: 20px;
}
.about,
.event,
.contact {
background-position: left;
padding: 70px 20px;
text-align: center;
}
.contact {
padding: 40px 20px;
}
.about-title,
.event-title,
.contact-title {
font-size: 25px;
}
.about-body,
.subtext {
font-size: 18px;
}
#particles-js {
height: 80%;
}
/* Event CSS */
div.card {
width: 300px;
margin: 20px 10px;
}
div.card div.card-title h2 {
font-size: 20px;
}
.tooltip {
display: none;
}
div.card div.card-title h2 small {
font-size: 14px;
}
.social-icon {
width: 60px;
height: 60px;
font-size: 1.5rem;
}
footer {
font-size: 18px;
padding: 20px;
}
.readMore {
font-size: 18px !important;
}
}