We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc000c2 commit bf60f5bCopy full SHA for bf60f5b
src/assets/styles/components/_footer.scss
@@ -5,7 +5,7 @@
5
position: fixed;
6
bottom: 0;
7
right: 0;
8
- width: 150px;
+ width: 210px;
9
padding: 10px;
10
border-top-left-radius: 5px;
11
text-align: center;
src/views/components/footer.pug
@@ -1,4 +1,4 @@
1
//- src/views/components/footer.pug
2
3
footer.footer
4
- p By #[a(href='https://edgardorl.com') Edgardo]
+ p By #[a(href='https://edgardorl.com') Edgardo], Repo #[a(href='https://github.com/SoldierCorp/webpack-starter-pug-sass-es6-jquery') GitHub]
0 commit comments