build(app): deploy to production

This commit is contained in:
Julien
2018-09-11 16:21:25 +02:00
parent 501a19adad
commit d0eb50839c
14 changed files with 37 additions and 46 deletions

View File

@@ -7,6 +7,7 @@
.l-default__inner
the-github-corner(
class="l-default__github-corner"
link="https://github.com/LeCoupa/awesome-cheatsheets"
)
nuxt
@@ -58,6 +59,21 @@ html {
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
#{$c} {
margin: 0 40px;
#{$c}__inner {
margin: 0 auto;
max-width: 1140px;
#{$c}__copyright {
position: fixed;
right: 0;
bottom: 0;
}
}
}
}
a {
@@ -99,20 +115,5 @@ a {
font-family: "Heebo Black";
src: url("/fonts/heebo/Heebo-Black.otf");
}
#{$c} {
margin: 0 40px;
#{$c}__inner {
margin: 0 auto;
max-width: 1140px;
#{$c}__copyright {
position: fixed;
right: 0;
bottom: 0;
}
}
}
</style>