feat(github-buttons): stars, watch, fork and follow

This commit is contained in:
Julien
2018-09-10 10:14:05 +02:00
parent d9a67287b6
commit 70c39d3371
5 changed files with 431 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ import TheCopyright from "@/components/TheCopyright";
export default {
components: {
TheGithub,
TheGithubCorner,
TheCopyright
}
};
@@ -44,7 +44,7 @@ $c: ".l-default";
html {
overflow-y: scroll;
box-sizing: border-box;
padding: 60px 0;
padding: 60px 0 80px;
min-height: 100%;
background-color: $mirage;
color: white;