Redesigned footer to be more compact

This commit is contained in:
2020-02-05 20:51:34 +00:00
parent ef18228bee
commit d72cc7389c
5 changed files with 79 additions and 32 deletions

View File

@ -142,12 +142,17 @@ body.is-mobile {
}
}
.copyright {
.copyright, .cotech-text {
font-size: 0.8em;
letter-spacing: _size(letter-spacing-alt);
list-style: none;
padding: 0;
text-transform: uppercase;
}
.copyright {
list-style: none;
padding: 0.25em 0;
li {
border-left: solid 1px _palette(fg-light);
@ -179,6 +184,27 @@ body.is-mobile {
}
}
}
.row {
display: flex;
margin: 0 10%;
}
.column {
flex: 50%;
}
.cotech-box {
padding-bottom: 1em;;
}
.cotech-text {
vertical-align: middle;
}
.cotech-logo {
height: 1em;
vertical-align: text-bottom;
}
@include breakpoint(medium) {
@include padding(4em, 3em);
@ -189,6 +215,9 @@ body.is-mobile {
}
}
/* Landing */
body.landing {