Skip to content

Commit 45acf61

Browse files
authored
Merge pull request #34 from Culf-B/Footer-mobile-fix
2 parents b92f0df + 093cfe5 commit 45acf61

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/styles/footer.module.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66

77
.footerCol {
88
padding: 30px;
9-
width: 30%;
9+
min-width: 30%;
10+
max-width: 30%;
11+
}
12+
13+
@media (max-width: 768px) {
14+
.footerCol {
15+
max-width: 60%;
16+
}
1017
}
1118

1219
.footerCol ul {

0 commit comments

Comments
 (0)