width region second actu
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
.layout__region--top{
|
||||
background: linear-gradient(to bottom, $background-actus 60%, white 40%);
|
||||
padding-bottom: 4rem;
|
||||
@media (max-width: 900px) {
|
||||
order: 1;
|
||||
|
||||
}
|
||||
@media (max-width: 568px){
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
@@ -104,7 +108,12 @@
|
||||
.block-entity-fieldnodefield-images{
|
||||
order: 6;
|
||||
grid-column: 5 / span 3;
|
||||
width: 600px;
|
||||
width: 600px;
|
||||
.field--name-field-images{
|
||||
@media (max-width: 568px){
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
img{
|
||||
padding-top: 2rem;
|
||||
@@ -189,6 +198,7 @@
|
||||
// flex: 0 1 50%;
|
||||
width: 50%;
|
||||
@media (max-width: 900px){
|
||||
order: 3;
|
||||
width: 100vw;
|
||||
|
||||
}
|
||||
@@ -229,9 +239,8 @@
|
||||
}
|
||||
.field--type-text-long{
|
||||
padding-right: 2rem;
|
||||
@media (max-width: 810px) {
|
||||
@media (max-width: 900px) {
|
||||
padding-right: 0;
|
||||
|
||||
}
|
||||
}
|
||||
p{
|
||||
@@ -293,7 +302,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 810px){
|
||||
@media (max-width: 900px){
|
||||
flex: 0 1 80%;
|
||||
margin: auto;
|
||||
|
||||
@@ -305,12 +314,13 @@
|
||||
// margin-top: 18rem;
|
||||
@media (max-width: 1005px){
|
||||
flex: 0 1 100%;
|
||||
order: 2;
|
||||
}
|
||||
.block-region-third{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 65%;
|
||||
@media (max-width: 810px){
|
||||
@media (max-width: 900px){
|
||||
margin: auto;
|
||||
}
|
||||
.field--name-field-fichiers{
|
||||
@@ -324,8 +334,9 @@
|
||||
// background: $white;
|
||||
color: $blue-light;
|
||||
padding: 1rem;
|
||||
padding-bottom: 0;
|
||||
|
||||
@media(max-width:810px){
|
||||
@media(max-width:900px){
|
||||
width: auto;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
@@ -369,7 +380,7 @@
|
||||
color: $blue-light;
|
||||
padding: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@media(max-width:810px){
|
||||
@media(max-width:900px){
|
||||
width: auto;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user