Skip to content

Commit 523dfbd

Browse files
committed
update footer width
1 parent cf3fd4c commit 523dfbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webpack/sass/main.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ pre {
141141
}
142142
}
143143

144-
// Common footer section
145-
.newsletter {
146-
width: 100% !important;
144+
@media screen and (max-width: 1024px) {
145+
.main-footer .subscription .newsletter {
146+
width: 100%;
147+
}
147148
}
148149

149150
// Sticky utility function

0 commit comments

Comments
 (0)