Skip to content

Commit 8bcf521

Browse files
committed
footer update
1 parent 60ed2f2 commit 8bcf521

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
<a href="https://github.com/SNiels/gkeep-vueifire"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
1111
<app></app>
1212
<footer>
13-
Made by <a href="www.sniels.com">Niels Swimberghe</a> with a lot of <i class="fa fa-coffee"></i> and <i class="fa fa-heart"></i> <br>
14-
<iframe src="https://ghbtns.com/github-btn.html?user=SNiels&repo=gkeep-vueifire&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
15-
<iframe src="https://ghbtns.com/github-btn.html?user=SNiels&repo=gkeep-vueifire&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
16-
<iframe src="https://ghbtns.com/github-btn.html?user=SNiels&repo=gkeep-vueifire&type=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
13+
Made by <a href="http://www.sniels.com">Niels Swimberghe</a> with a lot of <i class="fa fa-coffee"></i> and <i class="fa fa-heart"></i>
14+
<iframe src="https://ghbtns.com/github-btn.html?user=SNiels&repo=gkeep-vueifire&type=star&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>
1715
<iframe src="https://ghbtns.com/github-btn.html?user=SNiels&type=follow&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
1816
</footer>
1917
<!-- built files will be auto injected -->

src/App.vue

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,34 @@ html{
2727
}
2828
body{
2929
min-height: 100%;
30-
background: #eee;
31-
padding-bottom: 85px;
3230
}
3331
body > div{
34-
padding: 0 16px;
32+
padding: 16px 16px 50px;
33+
min-height: 100%;
34+
background: #eee;
35+
position: relative;
36+
margin-bottom: 50px;
37+
z-index: 1;
38+
box-shadow: 0 2px 5px #111;
3539
}
3640
footer{
3741
background: #333;
38-
text-align: center;
3942
color: #fff;
43+
text-align: center;
4044
padding: 12px 0 10px;
41-
position: absolute;
45+
position: fixed;
4246
bottom: 0;
47+
height: 50px;
4348
width: 100%;
4449
}
4550
footer a{
4651
color: #e03c3c;
4752
}
53+
footer .fa-heart{
54+
margin: 0 10px 0 0;
55+
}
4856
footer iframe{
49-
margin: 12px 0 0;
57+
position: relative;
58+
top: 4px;
5059
}
5160
</style>

src/components/notes/Create.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
form.create-note{
3737
position: relative;
3838
width: 480px;
39-
margin: 15px auto;
39+
margin: 0 auto 15px;
4040
background: #fff;
4141
padding: 15px;
4242
border-radius: 2px;

0 commit comments

Comments
 (0)