File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change @@ -27,25 +27,34 @@ html{
2727}
2828body {
2929 min-height : 100% ;
30- background : #eee ;
31- padding-bottom : 85px ;
3230}
3331body > 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}
3640footer {
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}
4550footer a {
4651 color : #e03c3c ;
4752}
53+ footer .fa-heart {
54+ margin : 0 10px 0 0 ;
55+ }
4856footer iframe {
49- margin : 12px 0 0 ;
57+ position : relative ;
58+ top : 4px ;
5059}
5160 </style >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default {
3636form .create-note {
3737 position : relative ;
3838 width : 480px ;
39- margin : 15 px auto ;
39+ margin : 0 auto 15 px ;
4040 background : #fff ;
4141 padding : 15px ;
4242 border-radius : 2px ;
You can’t perform that action at this time.
0 commit comments