Align footer text left on desktop
This commit is contained in:
parent
0bae5fca69
commit
c8b2c39409
|
@ -77,9 +77,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: left;
|
||||||
padding: ($unit * 2) ($unit * 6);
|
padding: ($unit * 2) ($unit * 6);
|
||||||
|
|
||||||
|
@include respond-to('mobile') {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $snow;
|
color: $snow;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue