On cache les scrollbars des panneaux education/experienec

This commit is contained in:
Anthony Dumas
2019-03-11 11:24:41 +01:00
parent 488ab795cd
commit a51d6c4db2
2 changed files with 115 additions and 101 deletions

View File

@@ -26,8 +26,14 @@ $primary-invert: $pink-invert;
// 4. Import the rest of Bulma
*/
$primary: #fff;
$primary-invert:#3c3c3c;
$orange-yellow:#F2CD60;
$maize:#F2E863;
$sunset-orange:#F25757;
$middle-blue:#61E8E1;
$alabaster:#EAF2E3;
$primary:$sunset-orange;
$primary-invert:#fff;
@import "../node_modules/bulma/bulma";
@@ -42,4 +48,9 @@ $primary-invert:#3c3c3c;
.tags {
margin-top: -1.25rem;
}
}
// retire les barres de scroll des panneaux experience/education
#experiences .media-content {
overflow: hidden;
}