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