1
1
/* Add here all your css styles (customizations) */
2
2
3
+ .navbar-brand > img {
4
+ width : 150px !important ;
5
+ }
6
+
3
7
# contact .btn : hover {
4
8
color : # e74c3c !important ;
5
9
}
107
111
}
108
112
109
113
.g-heading-v9 : after {
110
- width : 143px !important ;
114
+ width : 143px !important ;
111
115
}
112
116
113
117
# blog {
@@ -197,11 +201,63 @@ ul {
197
201
width : 60px !important ;
198
202
}
199
203
200
- .team-h2 {
201
- margin-top : 80px ;
204
+ .team-h2 {
205
+ margin-top : 80px ;
206
+ }
207
+
208
+ /*Project*/
209
+ .project-heading {
210
+ font-size : 30px ;
211
+ }
212
+
213
+ .project-sub-headings {
214
+ font-size : 30px !important ;
215
+ }
216
+
217
+ .pb-15 {
218
+ padding-bottom : 1px !important ;
219
+ }
220
+
221
+ .pt-15 {
222
+ padding-top : 15px !important ;
223
+ }
224
+
225
+ .mb-0 {
226
+ margin-bottom : 0 !important ;
227
+ }
228
+
229
+ .pt-30 {
230
+ padding-top : 30px !important ;
231
+ }
232
+
233
+ .features i {
234
+ font-size : 10px !important ;
235
+ }
236
+
237
+ .features ul , .features li {
238
+ margin-bottom : 5px !important ;
239
+ color : # a49da6!important ;
240
+ }
241
+
242
+ .features {
243
+ font-size : 18px !important ;
244
+ padding-left : 30px !important ;
245
+ }
246
+
247
+ .fa-circle : before {
248
+ color : # e74c3c ;
249
+ }
250
+
251
+ # blog # donut .g-heading-v9 : after , # blog2 # codo .g-heading-v9 : after {
252
+ left : 0 !important ;
202
253
}
203
254
204
255
@media (max-width : 768px ) {
256
+
257
+ .navbar-brand > img {
258
+ width : 110px !important ;
259
+ }
260
+
205
261
.center-align {
206
262
text-align : center;
207
263
}
@@ -210,6 +266,10 @@ ul {
210
266
padding-bottom : 20px ;
211
267
}
212
268
269
+ .pb-20 {
270
+ padding-bottom : 20px ;
271
+ }
272
+
213
273
# blog h2 {
214
274
font-size : 30px ;
215
275
}
@@ -249,43 +309,79 @@ ul {
249
309
250
310
/*Get Involved*/
251
311
# points {
252
- padding-left : 0 !important ;
312
+ padding-left : 0 !important ;
253
313
}
254
314
255
315
# getInvolved p {
256
316
font-size : 16px ;
257
317
margin-bottom : 0 ;
258
- text-align : justify;
259
318
}
260
319
261
320
# getInvolved-content h3 {
262
321
font-size : 30px ;
263
- line-height : 0.9 ;
264
- text-align : center;
322
+ line-height : 1.2 ;
323
+ text-align : left;
324
+ }
325
+
326
+ # getInvolved-content .g-heading-v9 : after {
327
+ left : 0 !important ;
328
+ }
329
+
330
+ # getInvolved-content .g-heading-v9 {
331
+ padding-bottom : 12px !important ;
332
+ }
333
+
334
+ # getInvolved ,
335
+ # projects {
336
+ margin-top : 55px ;
337
+ }
338
+
339
+ .steps-heading : after {
340
+ left : 0 !important ;
341
+ }
342
+
343
+ /*Home*/
344
+ .promo {
345
+ padding-top : 55px ;
346
+ }
347
+
348
+ .one-page-header .navbar-toggle {
349
+ margin-top : 11px !important ;
350
+ }
351
+
352
+ .underline .g-heading-v9 .text-center : after {
353
+ left : 31% !important ;
354
+ width : 143px !important ;
355
+ }
356
+
357
+ /*Team*/
358
+ .team-h2 {
359
+ margin-top : 30px !important ;
360
+ }
361
+
362
+ .our-team-v4-start {
363
+ height : 404px !important ;
364
+ }
365
+
366
+ .our-team-v4-start : after {
367
+ background : # 4e4353 !important ;
368
+ }
369
+
370
+ /*Projects*/
371
+ .project-sub-headings {
372
+ font-size : 20px !important ;
373
+ }
374
+
375
+ # blog p , # blog2 p {
376
+ font-size : 16px !important ;
377
+ }
378
+ # blog # donut .g-heading-v9 : after , # blog2 # codo .g-heading-v9 : after {
379
+ width : 78px !important ;
380
+ }
381
+ .features ul , .features li {
382
+ font-size : 16px ;
383
+ }
384
+ # blog2 h2 {
385
+ font-size : 30px ;
265
386
}
266
- # getInvolved , # projects {
267
- margin-top : 55px ;
268
- }
269
-
270
- .steps-heading : after {
271
- left : 0 !important ;
272
- }
273
-
274
- /*Home*/
275
- .promo {
276
- padding-top : 55px ;
277
- }
278
-
279
- .one-page-header .navbar-toggle {
280
- margin-top : 11px !important ;
281
- }
282
-
283
- /*Team*/
284
- .our-team-v4-start {
285
- height : 404px !important ;
286
- }
287
-
288
- .our-team-v4-start : after {
289
- background : # 4e4353!important ;
290
- }
291
387
}
0 commit comments