Fix le panier de l'Eboutic pour Safari (#518)

Co-authored-by: Théo DURR <git@theodurr.fr>
Co-authored-by: thomas girod <56346771+imperosol@users.noreply.github.com>
This commit is contained in:
Julien Constant
2022-12-14 08:38:41 +01:00
committed by GitHub
parent 1d82e2a7d9
commit faccc1367f
10 changed files with 46 additions and 19 deletions

View File

@ -166,14 +166,15 @@ $min_col_width: 100px;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
width: 100%;
gap: $gap;
>.candidate {
display: flex;
flex-direction: column;
align-items: center;
list-style-type: none;
width: 100%;
gap: $gap;
>input[type="radio"]:checked + label,
@ -186,6 +187,10 @@ $min_col_width: 100px;
}
}
>label {
width: 100%;
}
>label>figure,
>figure {
position: relative;
@ -194,17 +199,22 @@ $min_col_width: 100px;
align-items: center;
gap: $gap;
padding: 10px;
max-width: 100%;
>img {
max-width: 100%;
max-width: 100% !important;
}
>figcaption {
width: 100%;
max-width: inherit !important;
overflow: hidden;
h5 {
margin: 0;
text-align: center;
}
q {
.candidate_program {
margin: 5px 0;
}
}