Skip to content

Commit 25d918e

Browse files
committed
fixed footer img and addres list
1 parent 2197104 commit 25d918e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/css/footer.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ address {
276276

277277
.photo-span {
278278
background-image: url(../img/footer/footer-img-1x.jpg);
279+
border-radius: 24px;
279280
width: 70px;
280281
height: 70px;
281282
}
@@ -297,6 +298,11 @@ address {
297298
flex-direction: column;
298299
}
299300

301+
.list-item-work {
302+
height: 55px;
303+
padding: 18px 32px;
304+
}
305+
300306
.btn-work {
301307
flex-shrink: 0;
302308
width: 150px;
@@ -338,9 +344,22 @@ address {
338344
/* ========================================== */
339345

340346
@media only screen and (min-width: 1440px) {
347+
.list-item-work {
348+
flex-grow: 0;
349+
height: 55px;
350+
padding: 18px 32px;
351+
}
352+
353+
.address-list {
354+
justify-content: flex-start;
355+
min-width: 450px;
356+
}
357+
341358
.work-together-box {
342359
padding-top: 80px;
343360
padding-bottom: 169px;
361+
padding-left: 164px;
362+
padding-right: 164px;
344363
background-image: url(../img/footer/desktop-gradient-1x.png);
345364
}
346365

@@ -355,6 +374,7 @@ address {
355374

356375
.photo-span {
357376
background-image: url(../img/footer/footer-img-1x.jpg);
377+
border-radius: 24px;
358378
width: 70px;
359379
height: 70px;
360380
}
@@ -368,7 +388,7 @@ address {
368388
}
369389

370390
.work-input {
371-
width: 390px;
391+
min-width: 390px;
372392
height: 44px;
373393
line-height: 44px;
374394
display: flex;

0 commit comments

Comments
 (0)