Public Access
5
0

COMMIT 300 | Retrait de commentaires obsolète

This commit is contained in:
2025-11-28 13:55:44 -05:00
parent 6f16bf2e10
commit 57292ac054

View File

@@ -45,6 +45,7 @@
.sidebyside { .sidebyside {
display: flex; display: flex;
} }
.centered { .centered {
text-align: center; text-align: center;
margin: auto; margin: auto;
@@ -279,6 +280,7 @@ footer {
.aPropos .sidebyside>div { .aPropos .sidebyside>div {
margin: 5px 20px; margin: 5px 20px;
} }
.aPropos textarea { .aPropos textarea {
resize: none; resize: none;
width: 100%; width: 100%;
@@ -291,8 +293,9 @@ footer {
border-radius: 15px; border-radius: 15px;
padding: 10px; padding: 10px;
color: #E6ECF3; color: #E6ECF3;
overflow:scroll; overflow: scroll;
} }
.aPropos fieldset { .aPropos fieldset {
padding: 10px; padding: 10px;
width: 100%; width: 100%;
@@ -461,43 +464,6 @@ footer {
height: 100vh; 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 { .histoire header.introduction div.introduction a {
display: inline-block; display: inline-block;
text-decoration: none; text-decoration: none;