responsive /ressources
This commit is contained in:
@@ -4042,6 +4042,12 @@ main {
|
||||
#ressources {
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources main {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -4056,7 +4062,9 @@ main {
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
margin-top: 14rem;
|
||||
display: flex;
|
||||
margin: auto;
|
||||
margin-top: 10rem;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||
@@ -4071,6 +4079,12 @@ main {
|
||||
margin-left: 15%;
|
||||
width: 60%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container {
|
||||
margin-left: 0%;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container h3 {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -4319,11 +4333,6 @@ main {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#actualites main aside {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
#actualites .layout-container main {
|
||||
padding-top: 250px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user