Ajout d'un overflow du x axis
This commit is contained in:
parent
2a0ee5cd0f
commit
772f57b04e
@ -50,6 +50,10 @@ html {
|
||||
background-color: $primary;
|
||||
}
|
||||
|
||||
body{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@import "../node_modules/bulma/bulma";
|
||||
@import "icon";
|
||||
|
||||
|
@ -28,6 +28,9 @@ $primary-invert: $pink-invert;
|
||||
html {
|
||||
background-color: #5c9ead; }
|
||||
|
||||
body {
|
||||
overflow-x: hidden; }
|
||||
|
||||
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
|
||||
@keyframes spinAround {
|
||||
from {
|
||||
|
Loading…
x
Reference in New Issue
Block a user