File tree Expand file tree Collapse file tree 1 file changed +40
-8
lines changed Expand file tree Collapse file tree 1 file changed +40
-8
lines changed Original file line number Diff line number Diff line change 10
10
justify-content : center;
11
11
text-align : center;
12
12
}
13
+
13
14
.cp_textdiv {
14
15
width : 80% ;
15
16
}
17
+
16
18
.cp_header1 {
17
19
font-family : Montserrat, sans-serif;
18
20
font-size : 70px ;
19
- line-height : 70 px ;
21
+ line-height : 1 ;
20
22
margin-bottom : 1.5rem !important ;
21
23
color : # 28183b ;
22
24
}
106
108
word-break : break-word;
107
109
}
108
110
109
- .cp_header1 {
110
- font-family : Montserrat, sans-serif;
111
- font-size : 3rem ;
112
- line-height : 60px ;
113
- margin-bottom : 1.5rem !important ;
114
- color : # 28183b ;
115
- }
116
111
.cp_header2 {
117
112
font-family : Poppins, sans-serif;
118
113
color : black;
121
116
letter-spacing : 1px ;
122
117
}
123
118
}
119
+
120
+ /* Clubs Heading Responsiveness */
121
+ @media screen and (max-width : 1400px ) {
122
+ .cp_header1 {
123
+ font-size : 60px ;
124
+ }
125
+ }
126
+
127
+ @media screen and (max-width : 1200px ) {
128
+ .cp_header1 {
129
+ font-size : 50px ;
130
+ }
131
+ }
132
+
133
+ @media screen and (max-width : 1024px ) {
134
+ .cp_header1 {
135
+ font-size : 46px ;
136
+ }
137
+ }
138
+
139
+ @media screen and (max-width : 768px ) {
140
+ .cp_header1 {
141
+ font-size : 42px ;
142
+ }
143
+ }
144
+
145
+ @media screen and (max-width : 480px ) {
146
+ .cp_header1 {
147
+ font-size : 40px ;
148
+ }
149
+ }
150
+
151
+ @media screen and (max-width : 320px ) {
152
+ .cp_header1 {
153
+ font-size : 35px ;
154
+ }
155
+ }
You can’t perform that action at this time.
0 commit comments