diff --git a/css/index.css b/css/index.css index 9e5851a..04a6750 100644 --- a/css/index.css +++ b/css/index.css @@ -13,13 +13,18 @@ position: fixed; bottom: 2vh; margin-top: 50vh; - right: 10vw; + right: 20vw; padding-left: 10px; padding-right: 10px; padding-bottom: 9px; } + .gros-titre{ + width: 100vw; + overflow-x: hidden; + } + .ligne-boutons{ display: grid; } @@ -54,16 +59,17 @@ padding-bottom: 9px; bottom:2vh; } + .gros-titre{ + font-size: larger; + font-weight: bolder; + } .card { width: 70vw; } } -.gros-titre{ - font-size: larger; - font-weight: bolder; -} + .centre-vertical{ margin-top: auto;