diff --git a/site/v1/css/style.css b/site/v1/css/style.css index fae36d2..ac23077 100644 --- a/site/v1/css/style.css +++ b/site/v1/css/style.css @@ -105,6 +105,19 @@ html { justify-content: center; } +#selectionContainer2 { + margin: 0 auto; + width: 60%; + display: flex; + flex-wrap: wrap; +} + +.flexElement { + flex-grow: 1; + width: 32%; + margin-right: 25px; +} + #generate_button_perso { display: flex; justify-content: center; @@ -244,6 +257,10 @@ html { color: white; } +#modeSelectionPage { + display: none; +} + .closebtn { margin-left: 15px; color: white; diff --git a/site/v1/index.html b/site/v1/index.html index 3d5c479..06325dc 100644 --- a/site/v1/index.html +++ b/site/v1/index.html @@ -22,24 +22,6 @@