21
21
font-size : 35px ;
22
22
font-weight : 500 ;
23
23
}
24
+ @media (max-width : 575px ) {
25
+ .section-heading {
26
+ font-size : 30px ;
27
+ }
28
+ }
29
+
24
30
/*css for navbar start*/
25
31
.navbar {
26
32
position : fixed;
@@ -53,7 +59,6 @@ nav li a{
53
59
font-weight : 800 ;
54
60
}
55
61
/* css for media query of navbar section*/
56
- /* here navbar are not correct for 1200px */
57
62
@media (max-width : 1200px ){
58
63
.nav-link {
59
64
font-size : 14px ;
@@ -226,7 +231,11 @@ nav li a{
226
231
font-size : 19px ;
227
232
font-family : 'Source Sans Pro' , sans-serif;
228
233
}
229
-
234
+ @media (max-width : 576px ){
235
+ .skill-section {
236
+ padding : 30px ;
237
+ }
238
+ }
230
239
/* css end for skill section*/
231
240
232
241
@@ -273,6 +282,18 @@ nav li a{
273
282
display : none;
274
283
}
275
284
}
285
+
286
+ @media (max-width : 576px ){
287
+ .experience_section {
288
+ padding : 30px ;
289
+ }
290
+ .experience-data-table thead {
291
+ font-size : 13px ;
292
+ }
293
+ .experience-data-table tr td : nth-child (1 ), .experience-data-table tr th : nth-child (1 ){
294
+ width : 5% ;
295
+ }
296
+ }
276
297
/* css for experience section end*/
277
298
278
299
/* css start for project section*/
@@ -340,6 +361,11 @@ nav li a{
340
361
display : none;
341
362
}
342
363
}
364
+ @media (max-width : 575px ) {
365
+ .project-section {
366
+ padding : 30px ;
367
+ }
368
+ }
343
369
344
370
/* css end for project section */
345
371
@@ -408,15 +434,11 @@ nav li a{
408
434
}
409
435
.reach-out-to-me-inner-div ul li {
410
436
display : inline;
411
- margin-right : auto;
412
437
margin-left : auto;
413
438
}
414
439
.reach-out-to-me-inner-div ul li a i {
415
440
font-size : 28px ;
416
441
}
417
- .reach-out-to-me-inner-div ul li {
418
- margin-right : 28px ;
419
- }
420
442
}
421
443
422
444
/* css for reach out to me section end here */
@@ -442,6 +464,5 @@ nav li a{
442
464
border-radius : 19% ;
443
465
font-size : 25px ;
444
466
width : 45px ;
445
- /*max-height: 50px;*/
446
467
}
447
468
/* css end for top button */
0 commit comments