Added flex-wrap to footer
This commit is contained in:
parent
48e654008e
commit
8cdacd0901
@ -187,6 +187,8 @@ body.is-mobile {
|
|||||||
.row {
|
.row {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 10%;
|
margin: 0 10%;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
@ -194,7 +196,7 @@ body.is-mobile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cotech-box {
|
.cotech-box {
|
||||||
padding-bottom: 1em;;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cotech-text {
|
.cotech-text {
|
||||||
@ -207,11 +209,11 @@ body.is-mobile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
@include padding(4em, 3em);
|
@include padding(4em, 0em);
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint(small) {
|
@include breakpoint(small) {
|
||||||
@include padding(3em, 2em);
|
@include padding(3em, 0em);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user