We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef48d85 commit 063695aCopy full SHA for 063695a
doc/assets/scss/_styles_project.scss
@@ -33,3 +33,30 @@
33
.navbar-brand {
34
font-family: "PT Mono", monospace;
35
}
36
+
37
+@media (max-width: 992px) {
38
39
+ footer .row {
40
+ display: flex;
41
+ flex-direction: column;
42
+ align-items: center;
43
+ }
44
45
+ footer .row > div {
46
+ width: 100%;
47
+ max-width: 100%;
48
+ text-align: center;
49
+ margin-bottom: 1.25rem;
50
51
52
+ footer ul.list-inline {
53
54
+ justify-content: center;
55
+ flex-wrap: wrap;
56
57
58
+ footer ul.list-inline li {
59
+ margin: 0.4rem;
60
61
+}
62
0 commit comments