Skip to content

Commit 1f632f1

Browse files
committed
Footer responsive improvement.
1 parent 862d9da commit 1f632f1

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

assets/css/main.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ footer {
487487
footer>div.d-flex {
488488
line-height: 1.2rem;
489489
width: 95%;
490-
max-width: 1035px;
490+
max-width: 1045px;
491491
border-top: 1px solid var(--footer-border, #f3f3f3);
492492
margin-bottom: 1rem;
493493
}
@@ -964,7 +964,8 @@ table tbody td {
964964

965965
footer>div.d-flex {
966966
width: 90%;
967-
padding: 1.5rem;
967+
padding: 1.5rem 0;
968+
margin-bottom: .3rem;
968969
flex-wrap: wrap;
969970
justify-content: left!important;
970971
-ms-flex-pack: distribute!important;
@@ -1257,6 +1258,10 @@ table tbody td {
12571258
right: 24.3%;
12581259
}
12591260

1261+
footer>div.d-felx {
1262+
width: 85%;
1263+
}
1264+
12601265
}
12611266

12621267
@media all and (min-width: 1400px) {
@@ -1437,9 +1442,9 @@ table tbody td {
14371442
}
14381443
} // #sidebar .sidebar-bottom
14391444

1440-
14411445
footer>div.d-flex {
1442-
max-width: 1150px;
1446+
width: 87%;
1447+
max-width: 1140px;
14431448
}
14441449

14451450
#search-result-wrapper {
@@ -1467,6 +1472,7 @@ table tbody td {
14671472
}
14681473

14691474
footer {
1475+
padding-left: 0;
14701476
padding-right: calc(100% - 350px - 1180px);
14711477
}
14721478

0 commit comments

Comments
 (0)