We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddec89 commit 0d0baafCopy full SHA for 0d0baaf
doc/assets/scss/_styles_project.scss
@@ -34,19 +34,18 @@
34
font-family: "PT Mono", monospace;
35
}
36
37
-@media (max-width: 996px) {
+@media (max-width: 992px) {
38
39
footer .row {
40
display: flex;
41
flex-direction: column;
42
align-items: center;
43
- text-align: center;
44
45
46
- footer [class^="col-"] {
47
- width: 100% !important;
48
- max-width: 100% !important;
49
- text-align: center !important;
+ footer .row > div {
+ width: 100%;
+ max-width: 100%;
+ text-align: center;
50
margin-bottom: 1.25rem;
51
52
@@ -59,10 +58,5 @@
59
58
footer ul.list-inline li {
60
margin: 0.4rem;
61
+}
62
63
- footer img {
64
- margin-left: auto;
65
- margin-right: auto;
66
- display: block;
67
- }
68
-}
0 commit comments