ressource document
This commit is contained in:
parent
8b37b4a4a4
commit
e80ec416ae
web/themes/custom/quartiers_de_demain
@ -4277,11 +4277,11 @@ main {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-documents {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation .views-row {
|
||||
width: 25%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation .views-row {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
@ -176,9 +176,12 @@
|
||||
|
||||
}
|
||||
&.type-Documentation{
|
||||
width: 25%;
|
||||
@media(max-width: 810px){
|
||||
width: 50%;
|
||||
|
||||
.views-row{
|
||||
width: 25%;
|
||||
@media(max-width: 810px){
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.type-Podcast{
|
||||
|
Loading…
x
Reference in New Issue
Block a user