diff --git a/www/css/style.css b/www/css/style.css index 39b1b7a..e340ae2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -45,6 +45,7 @@ .sidebyside { display: flex; } + .centered { text-align: center; margin: auto; @@ -279,6 +280,7 @@ footer { .aPropos .sidebyside>div { margin: 5px 20px; } + .aPropos textarea { resize: none; width: 100%; @@ -291,8 +293,9 @@ footer { border-radius: 15px; padding: 10px; color: #E6ECF3; - overflow:scroll; + overflow: scroll; } + .aPropos fieldset { padding: 10px; width: 100%; @@ -461,43 +464,6 @@ footer { height: 100vh; } -/* -.histoire header.introduction div { - color: #ffefe5; - padding: 0 16px; - margin: 0 4px; - - height: 40px; - border: none; - border-radius: 20px; - background-color: #13172c; -} - -.histoire header.introduction div a { - display: flex; - align-items: center; - align-content: center; - text-decoration: none; -}*/ -/*.histoire header.introduction div.bouton { - height: 40px; -} - -.histoire header.introduction div.bouton a { - border: none; - background-color: #13172c; - text-decoration: none; - border-radius: 20px; - font-size: 1rem; - - display: inline-block; - align-items: center; - text-decoration: none; - color: #ffefe5; - padding: 0 16px; - margin: 0 4px; -}*/ - .histoire header.introduction div.introduction a { display: inline-block; text-decoration: none;