changement a stan
This commit is contained in:
@@ -42,6 +42,16 @@
|
||||
|
||||
/** FIN DE SECTION modifier par script **/
|
||||
|
||||
.sidebyside {
|
||||
display: flex;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
/* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */
|
||||
@@ -255,6 +265,30 @@ footer {
|
||||
|
||||
}
|
||||
|
||||
.aPropos .sidebyside>div {
|
||||
margin: 5px 20px;
|
||||
}
|
||||
.aPropos textarea {
|
||||
resize: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.aPropos form {
|
||||
width: 70ch;
|
||||
margin: auto;
|
||||
background-color: #273A56;
|
||||
border-radius: 15px;
|
||||
padding: 10px;
|
||||
color: #E6ECF3;
|
||||
overflow:scroll;
|
||||
}
|
||||
.aPropos fieldset {
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
border-color: #606060;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
/*.aPropos div {*/
|
||||
/* display: block; */
|
||||
/*}*/
|
||||
|
||||
Reference in New Issue
Block a user