toutes les pages de mobile ok

This commit is contained in:
Valentin
2023-12-14 06:01:09 +01:00
parent 1bf7b2b251
commit 6c4cf6f696
8 changed files with 236 additions and 19 deletions

View File

@@ -0,0 +1,45 @@
.content_partenaires {
.views-row {
margin-bottom: 2vh;
article {
> h2 {
margin-bottom: 2vh;
a {
@include sous_titre_alt();
}
}
> div:first-of-type {
max-height: none;
display: flex;
flex-direction: column;
align-items: center;
> div:first-of-type {
> div {
width: 40vw;
height: auto;
overflow: hidden;
margin-bottom: 1rem;
img {
width: 100%;
height: auto;
mix-blend-mode: darken;
}
}
}
> div:nth-of-type(2) {
@include main_text_content();
margin-bottom: 2rem;
}
> div:last-of-type {
width: 100%;
text-align: right;
padding-bottom: 2rem;
margin-top: 1rem;
@include fluo_button();
}
}
}
}
}