Skip to content

Commit cddead7

Browse files
authored
Merge pull request #930 from Real-Dev-Squad/develop
Dev to Main sync
2 parents 019046b + b2459fd commit cddead7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

applications/style.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ body {
298298
.application-card .user-info {
299299
display: flex;
300300
flex-direction: column;
301-
gap: 5px;
301+
align-items: flex-start;
302+
gap: 8px;
302303
}
303304

304305
.application-card .user-info * {
@@ -309,7 +310,6 @@ body {
309310
color: var(--black-color);
310311
font-size: 20px;
311312
font-style: normal;
312-
313313
font-weight: 700;
314314
line-height: normal;
315315
padding-bottom: 8px;
@@ -320,13 +320,15 @@ body {
320320
font-size: 14px;
321321
font-weight: 600;
322322
line-height: normal;
323+
max-width: 750px;
323324
}
324325

325326
.application-card .user-info .skills {
326327
color: var(--color-gray);
327328
font-size: 13px;
328329
font-weight: 600;
329330
line-height: normal;
331+
max-width: 750px;
330332
}
331333

332334
.hide-overflow {
@@ -350,6 +352,7 @@ body {
350352
font-size: 16px;
351353
padding: 6px 16px;
352354
margin-left: auto;
355+
margin-top: 5%;
353356
font-weight: 700;
354357
line-height: normal;
355358
cursor: pointer;
@@ -383,6 +386,7 @@ body {
383386
height: 90vh;
384387
max-width: 600px;
385388
overflow-y: hidden;
389+
z-index: 1;
386390
display: flex;
387391
flex-direction: column;
388392
position: fixed;
@@ -666,4 +670,12 @@ body {
666670
.application-card {
667671
width: 90%;
668672
}
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+
}
669681
}

global.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ body {
176176
.footer {
177177
width: 100vw;
178178
text-align: center;
179-
position: fixed;
180179
bottom: 4px;
181180
}
182181

0 commit comments

Comments
 (0)