File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,16 @@ nav li a
85
85
{
86
86
.nav .nav-item
87
87
{
88
+ padding : 5px ;
89
+ font-size : 12px ;
90
+ }
91
+ .nav .nav-item .nav-link {
88
92
padding : 0px ;
89
93
font-size : 12px ;
90
94
}
95
+ .navbar-nav .nav-item .nav-link {
96
+ font-size : 12px ;
97
+ }
91
98
}
92
99
/* css for media query of navbar section end here*/
93
100
/*css end for navbar*/
@@ -362,7 +369,7 @@ nav li a
362
369
.comapny_logo {
363
370
display : none;
364
371
}
365
- .duration {
372
+ .duration , . starting {
366
373
display : none;
367
374
}
368
375
.table2 tbody tr td : nth-child (2 ) div p {
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ <h1 class="text-center section-heading">
410
410
< th >
411
411
Position
412
412
</ th >
413
- < th >
413
+ < th class =" starting " >
414
414
Starting
415
415
</ th >
416
416
< th class ="duration ">
@@ -436,7 +436,7 @@ <h1 class="text-center section-heading">
436
436
437
437
</ td >
438
438
< td > Web developer</ td >
439
- < td > may 2021</ td >
439
+ < td class =" starting " > may 2021</ td >
440
440
< td class ="duration "> 3 months</ td >
441
441
</ tr >
442
442
</ tbody >
You can’t perform that action at this time.
0 commit comments