blob: e525c36954f4a6db1d994555b2853f1cb97ce8f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
footer {
@include constrain_wide;
margin-top: 5em;
&:before {
@include faded_line_after;
margin-bottom: 1.2em;
}
nav {
text-align: center;
}
h4 {
@include fontsize(13);
font-family: helvetica,arial,sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 10px;
}
p {
@include fontsize(14);
text-align: center;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
}
|