Skip to content

Commit bf60f5b

Browse files
committed
UPDATE: Footer
1 parent fc000c2 commit bf60f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/styles/components/_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
position: fixed;
66
bottom: 0;
77
right: 0;
8-
width: 150px;
8+
width: 210px;
99
padding: 10px;
1010
border-top-left-radius: 5px;
1111
text-align: center;

src/views/components/footer.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
//- src/views/components/footer.pug
22
33
footer.footer
4-
p By #[a(href='https://edgardorl.com') Edgardo]
4+
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

Comments
 (0)