File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,8 @@ body {
298
298
.application-card .user-info {
299
299
display : flex;
300
300
flex-direction : column;
301
- gap : 5px ;
301
+ align-items : flex-start;
302
+ gap : 8px ;
302
303
}
303
304
304
305
.application-card .user-info * {
@@ -309,7 +310,6 @@ body {
309
310
color : var (--black-color );
310
311
font-size : 20px ;
311
312
font-style : normal;
312
-
313
313
font-weight : 700 ;
314
314
line-height : normal;
315
315
padding-bottom : 8px ;
@@ -320,13 +320,15 @@ body {
320
320
font-size : 14px ;
321
321
font-weight : 600 ;
322
322
line-height : normal;
323
+ max-width : 750px ;
323
324
}
324
325
325
326
.application-card .user-info .skills {
326
327
color : var (--color-gray );
327
328
font-size : 13px ;
328
329
font-weight : 600 ;
329
330
line-height : normal;
331
+ max-width : 750px ;
330
332
}
331
333
332
334
.hide-overflow {
@@ -350,6 +352,7 @@ body {
350
352
font-size : 16px ;
351
353
padding : 6px 16px ;
352
354
margin-left : auto;
355
+ margin-top : 5% ;
353
356
font-weight : 700 ;
354
357
line-height : normal;
355
358
cursor : pointer;
@@ -383,6 +386,7 @@ body {
383
386
height : 90vh ;
384
387
max-width : 600px ;
385
388
overflow-y : hidden;
389
+ z-index : 1 ;
386
390
display : flex;
387
391
flex-direction : column;
388
392
position : fixed;
@@ -666,4 +670,12 @@ body {
666
670
.application-card {
667
671
width : 90% ;
668
672
}
673
+
674
+ .application-card .user-info .skills {
675
+ max-width : 100% ;
676
+ }
677
+
678
+ .application-card .user-info .company-name {
679
+ max-width : 100% ;
680
+ }
669
681
}
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ body {
176
176
.footer {
177
177
width : 100vw ;
178
178
text-align : center;
179
- position : fixed;
180
179
bottom : 4px ;
181
180
}
182
181
You can’t perform that action at this time.
0 commit comments