Redesigned footer to be more compact
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user