We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4bc586 + f9fe4c3 commit aef661aCopy full SHA for aef661a
3 files changed
packages/docs/src/_includes/components/footer.njk
@@ -3,6 +3,7 @@
3
<div class="l-container">
4
5
{% include "components/footer-nav.njk" %}
6
+ <p class='c-footer__note'><a href='https://www.netlify.com/'>This site is powered by Netlify</a></p>
7
8
</div><!--end l-container-->
9
packages/docs/src/scss/components/_footer-nav.scss
@@ -6,7 +6,8 @@
* The nav inside the footer
*/
.c-footer-nav {
- font-size: $font-size-sm-2;
+ font-size: $font-size-sm-2;
10
+ margin-bottom: $spacing;
11
12
@media all and (min-width: $bp-med) {
13
display: flex;
packages/docs/src/scss/components/_footer.scss
@@ -8,3 +8,15 @@
.c-footer {
padding: $spacing-large 0;
}
+
+/**
+ * Footer note
14
+ * 1) Small paragraph of text in the footer
15
+ */
16
+ .c-footer__note {
17
+ font-size: $font-size-sm;
18
19
+ a {
20
+ text-decoration: underline;
21
+ }
22
+}
0 commit comments