File tree 1 file changed +25
-14
lines changed
1 file changed +25
-14
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ nav li a{
68
68
69
69
@media (max-width : 767px ){
70
70
.nav-link {
71
- font-size : 14px ;
71
+ font-size : 14px ;
72
72
}
73
73
}
74
74
@media (max-width : 576px ){
@@ -343,6 +343,26 @@ nav li a{
343
343
344
344
/* css end for project section */
345
345
346
+ /* css for education start */
347
+ .education-section {
348
+ padding : 70px ;
349
+ min-height : 100px ;
350
+ }
351
+
352
+ .pills {
353
+ display : flex;
354
+ justify-content : space-around;
355
+ }
356
+
357
+ @media (max-width : 575px ) {
358
+ .education-section {
359
+ display : none;
360
+ }
361
+ }
362
+
363
+ /* css for education end */
364
+
365
+
346
366
/* css start for reach out to me section*/
347
367
348
368
.reach-out-to-me {
@@ -383,6 +403,9 @@ nav li a{
383
403
}
384
404
385
405
@media (max-width : 575px ){
406
+ .reach-out-to-me {
407
+ padding : 30px ;
408
+ }
386
409
.reach-out-to-me-inner-div ul li {
387
410
display : inline;
388
411
margin-right : auto;
@@ -421,16 +444,4 @@ nav li a{
421
444
width : 45px ;
422
445
/*max-height: 50px;*/
423
446
}
424
- /* css end for top button */
425
-
426
- /* css for education start */
427
- .education-section {
428
- padding : 70px ;
429
- min-height : 100px ;
430
- }
431
- .pills {
432
- display : flex;
433
- justify-content : space-around;
434
- }
435
-
436
- /* css for education end */
447
+ /* css end for top button */
You can’t perform that action at this time.
0 commit comments