We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bba7a commit 942b15bCopy full SHA for 942b15b
1 file changed
src/components/footer.js
@@ -16,11 +16,33 @@ const FooterArea = styled.div`
16
justify-content: space-between;
17
color: #fff;
18
text-align: left;
19
+ @media (max-width: 991px) {
20
+ flex-wrap: wrap;
21
+ }
22
> div {
23
flex: 1;
24
+ @media (max-width: 480px) {
25
+ flex: 1 1 100%;
26
+ margin: 0;
27
+ margin-bottom: 15px;
28
+ text-align: center;
29
+ ul {
30
+ list-style: none;
31
+ margin-left: 0 !important;
32
33
34
margin: 0 15px;
35
+ :nth-of-type(2n + 2) {
36
37
+ margin-left: 0;
38
39
40
:first-of-type {
41
margin-left: 0;
42
43
44
45
46
}
47
:last-of-type {
48
margin-right: 0;
0 commit comments