toutes les pages de mobile ok
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user