File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ <h6 class="footer__sectionTitle">Who made this?</h6>
58
58
< p class ="footer__copy footer__copy--right "> I'm a musician and software engineer in Manchester, UK. My goal with
59
59
the Fretonator is to crowdsource feedback and ideas to create the ultimate guitar learning hub that's simple,
60
60
easy and enjoyable to use.</ p >
61
+ < p class ="footer__copy footer__copy--right "> Feedback/request form coming soon.</ p >
61
62
< p class ="footer__copy footer__copy--right "> The Fretonator is free and always will be!</ p >
62
63
< a href ="https://www.buymeacoffee.com/fretonator "
63
64
rel ="nofollow noopener noreferrer "
Original file line number Diff line number Diff line change 7
7
background-color : var (--black );
8
8
box-sizing : border-box ;
9
9
padding : pxToRem ($grid-unit * 6 );
10
+ border-top : pxToRem ($grid-unit ) solid var (--peach );
10
11
}
11
12
12
13
.footer__inner {
47
48
@media screen and (min-width : $screen-med ) {
48
49
justify-content : flex-end ;
49
50
align-items : flex-end ;
50
- flex-basis : 40 % ;
51
+ flex-basis : 35 % ;
51
52
}
52
53
}
53
54
You can’t perform that action at this time.
0 commit comments