smartphone partenaires

This commit is contained in:
2022-01-06 22:23:23 +01:00
parent dfeab0a8c1
commit 2185fdd9e3
3 changed files with 46 additions and 3 deletions
@@ -35,7 +35,10 @@
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: repeat(auto-fill);
@media (max-width: 810px){
display: flex;
flex-direction: column;
}
.field--name-field-logo{
grid-column: 1 / 2;
+20 -2
View File
@@ -14,10 +14,18 @@
padding-bottom: 3rem;
height: 30vh;
@media (max-width: 810px){
padding-bottom: 0rem;
}
.block-entity-fieldnodetitle{
width: fit-content;
margin-left: 13%;
margin-top: 15vh;
@media (max-width: 810px){
margin-left: 8%;
margin-right: 5%;
}
.field--name-title{
font-family: 'Source Code Pro';
font-size: 2rem;
@@ -39,6 +47,9 @@
justify-content: flex-end;
position: sticky;
top: 7rem;
@media (max-width: 810px){
display: none;
}
.block-entity-fieldnodefield-textes{
display: flex;
width: 50%;
@@ -64,7 +75,11 @@
}
}
.layout__region--second{ // paragraphe texte
.layout__region--second{ // paragraphe texte
@media (max-width: 810px){
flex: 0 1 80%;
margin: auto;
} // paragraphe texte
.block-entity-fieldnodefield-textes{
margin-top: 1rem;
background-color: $white;
@@ -100,7 +115,10 @@
margin-top: 1rem;
display: flex;
flex-direction: column;
width: 70%;
width: 70%;
@media (max-width: 810px){
margin: auto;
}
.block-entity-fieldnodefield-fichiers{
height: fit-content;
border: 2px solid $blue-light;