correction maud

This commit is contained in:
armansansd
2021-08-27 23:38:40 +02:00
parent d4ab459ac2
commit 7bb4d86582
5 changed files with 55 additions and 37 deletions

View File

@@ -439,15 +439,19 @@
font-weight: 600;
text-transform: initial;
cursor: pointer;
display: grid;
grid-template-columns: 95% 5%;
align-content: center;
// margin-top: 1rem;
}
.field_titre:after{
content: '';
float: right;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
align-self: center;
justify-self: center;
}
.rotate:after{
transform: rotate(180deg);