Ajout de Github sur mobile + meilleure gestion de l'affichage

This commit is contained in:
Anthony Dumas
2019-03-15 16:01:02 +01:00
parent 7972c5bc4f
commit 49dc04ec25
3 changed files with 33 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ $info:$myrtle-green;
$info-invert:#fff;
$footer-color:$deep-koamaru;
$link:$neon-carrot;
$link-hover:"";
html {
background-color: $primary;
@@ -92,6 +93,14 @@ div.hero-body {
padding-left: 5%;
}
@media screen and (max-width: 768px) {
.button.is-fullwidth-mobile {
display: flex;
width: 100%;
}
}
@font-face {
font-family: "icomoon";
src: url("../font/fonts/icomoon.eot");