We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeb34e commit 27de0d1Copy full SHA for 27de0d1
sambreville/src/scss/footer.scss
@@ -1,10 +1,3 @@
1
-@include media-breakpoint-down(lg) {
2
- div#portal-colophon .colophonWrapper ul {
3
- display: grid;
4
- gap: 10px;
5
- }
6
-}
7
-
8
footer#portal-footer-wrapper {
9
background: $primary-dark;
10
padding: 4rem 0;
@@ -47,3 +40,10 @@ div#portal-colophon {
47
40
.sectiontext .section-text .body-section.figure-left figure {
48
41
max-width: 100%;
49
42
}
43
+
44
+@include media-breakpoint-down(lg) {
45
+ div#portal-colophon .colophonWrapper ul {
46
+ display: grid;
+ gap: 10px;
+ }
+}
0 commit comments