Meilleur support de la bannière et meilleur espacement

This commit is contained in:
Anthony Dumas
2019-03-07 11:37:03 +01:00
parent d64f7585fc
commit 889cc54a97
3 changed files with 120 additions and 119 deletions

View File

@@ -26,11 +26,12 @@ $primary-invert: $pink-invert;
// 4. Import the rest of Bulma
*/
$primary: #3c3c3c;
$primary-invert:#fff;
$primary: #fff;
$primary-invert:#3c3c3c;
@import "../node_modules/bulma/bulma";
#menu {
text-shadow: 1px 1px 3px #3c3c3c99;
#idCard .hero-body {
padding-bottom: 2rem;
padding-top: 2rem;
}