Skip to content

Commit 414c72e

Browse files
authored
Merge pull request creativecommons#763 from wisekiran/fix/711-update-footer-width
Optimize email textbox for mobile view
2 parents ca895fe + e08ad07 commit 414c72e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack/sass/main.scss

+6
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ pre {
141141
}
142142
}
143143

144+
@media screen and (max-width: 1024px) {
145+
.main-footer .subscription .newsletter {
146+
width: 100%;
147+
}
148+
}
149+
144150
// Sticky utility function
145151
.sticky-top {
146152
position: sticky;

0 commit comments

Comments
 (0)