Skip to content

Commit 2b19b88

Browse files
committed
Optimized the width of footer.
1 parent 371ce8b commit 2b19b88

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

assets/css/main.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ footer {
383383

384384
footer>div.d-flex {
385385
line-height: 1.2rem;
386-
width: 90%;
386+
width: 95%;
387387
max-width: 1035px;
388388
}
389389

@@ -900,6 +900,10 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
900900
text-align: left;
901901
}
902902

903+
footer>div.d-flex {
904+
width: 92%;
905+
}
906+
903907
}
904908

905909
/* iPad 9.7" horizontal */
@@ -913,15 +917,15 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
913917
}
914918

915919

916-
@media all and (min-width: 768px) and (max-width: 831px) {
920+
@media all and (min-width: 768px) and (max-width: 830px) {
917921
.post img {
918922
max-width: calc(100% + 2rem);
919923
}
920924
}
921925

922926

923927
/* Hide SideBar and TOC */
924-
@media all and (max-width: 831px) {
928+
@media all and (max-width: 830px) {
925929

926930
.sidebar-expand {
927931
transform: translateX(0) !important;
@@ -1268,7 +1272,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
12681272
}
12691273

12701274
footer>div.d-flex {
1271-
max-width: calc(1130px + 1%);
1275+
max-width: 1150px;
12721276
}
12731277

12741278
#back-to-top {

0 commit comments

Comments
 (0)