Skip to content

Commit 27de0d1

Browse files
committed
Theme Sambreville - Footer
1 parent dbeb34e commit 27de0d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sambreville/src/scss/footer.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
81
footer#portal-footer-wrapper {
92
background: $primary-dark;
103
padding: 4rem 0;
@@ -47,3 +40,10 @@ div#portal-colophon {
4740
.sectiontext .section-text .body-section.figure-left figure {
4841
max-width: 100%;
4942
}
43+
44+
@include media-breakpoint-down(lg) {
45+
div#portal-colophon .colophonWrapper ul {
46+
display: grid;
47+
gap: 10px;
48+
}
49+
}

0 commit comments

Comments
 (0)