Skip to content

Commit 0d0baaf

Browse files
committed
fix: address footer responsiveness review feedback
1 parent 8ddec89 commit 0d0baaf

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

doc/assets/scss/_styles_project.scss

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,18 @@
3434
font-family: "PT Mono", monospace;
3535
}
3636

37-
@media (max-width: 996px) {
37+
@media (max-width: 992px) {
3838

3939
footer .row {
4040
display: flex;
4141
flex-direction: column;
4242
align-items: center;
43-
text-align: center;
4443
}
4544

46-
footer [class^="col-"] {
47-
width: 100% !important;
48-
max-width: 100% !important;
49-
text-align: center !important;
45+
footer .row > div {
46+
width: 100%;
47+
max-width: 100%;
48+
text-align: center;
5049
margin-bottom: 1.25rem;
5150
}
5251

@@ -59,10 +58,5 @@
5958
footer ul.list-inline li {
6059
margin: 0.4rem;
6160
}
61+
}
6262

63-
footer img {
64-
margin-left: auto;
65-
margin-right: auto;
66-
display: block;
67-
}
68-
}

0 commit comments

Comments
 (0)