added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / assets / sass / layout / _footer.scss
1 ///
2 /// Forty by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 ///
6
7 /* Footer */
8
9 #footer {
10 .copyright {
11 font-size: 0.8em;
12 list-style: none;
13 padding-left: 0;
14 span.inline-svg {
15 svg {
16 width: 1em;
17 height: 1em;
18 }
19 }
20 span.hugo {
21 span.inline-svg {
22 svg {
23 height: 1em;
24 width: auto;
25 }
26 }
27 }
28 }
29
30 @include breakpoint('<=xsmall') {
31 .copyright {
32 }
33 }
34 }