Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c8b2c39

Browse files
author
Jacob Müller
committed
Align footer text left on desktop
1 parent 0bae5fc commit c8b2c39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/resources/css/module/_footer.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,13 @@
7777
}
7878

7979
footer {
80-
text-align: center;
80+
text-align: left;
8181
padding: ($unit * 2) ($unit * 6);
8282

83+
@include respond-to('mobile') {
84+
text-align: center;
85+
}
86+
8387
a {
8488
color: $snow;
8589
}

0 commit comments

Comments
 (0)