Skip to content

Commit 7ab9f8f

Browse files
author
Salma Alam-Naylor
committed
Added extra line of copy to footer
1 parent 278a10a commit 7ab9f8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/fretonator-web/src/app/common/footer/footer.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ <h6 class="footer__sectionTitle">Who made this?</h6>
5858
<p class="footer__copy footer__copy--right">I'm a musician and software engineer in Manchester, UK. My goal with
5959
the Fretonator is to crowdsource feedback and ideas to create the ultimate guitar learning hub that's simple,
6060
easy and enjoyable to use.</p>
61+
<p class="footer__copy footer__copy--right">Feedback/request form coming soon.</p>
6162
<p class="footer__copy footer__copy--right">The Fretonator is free and always will be!</p>
6263
<a href="https://www.buymeacoffee.com/fretonator"
6364
rel="nofollow noopener noreferrer"

apps/fretonator-web/src/app/common/footer/footer.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
background-color: var(--black);
88
box-sizing: border-box;
99
padding: pxToRem($grid-unit * 6);
10+
border-top: pxToRem($grid-unit) solid var(--peach);
1011
}
1112

1213
.footer__inner {
@@ -47,7 +48,7 @@
4748
@media screen and (min-width: $screen-med) {
4849
justify-content: flex-end;
4950
align-items: flex-end;
50-
flex-basis: 40%;
51+
flex-basis: 35%;
5152
}
5253
}
5354

0 commit comments

Comments
 (0)