media querry /ressources

This commit is contained in:
2025-03-17 15:31:24 +01:00
parent 275cd5bbf6
commit 150354c301
2 changed files with 24 additions and 0 deletions

View File

@@ -263,12 +263,21 @@
.views-row:has(.type-podcast){
width: 50%;
@media(max-width: 810px){
width: 100%;
}
}
.views-row:has(.type-documentation){
width: 25%;
@media(max-width: 810px){
width: 50%;
}
}
.views-row:has(.type-vidéo){
width: 50%;
@media(max-width: 810px){
width: 100%;
}
}
.views-row:has(.type-Kit-de-communication){
width: 100%;