generated from gitea_admin/default
discographie
This commit is contained in:
@@ -398,10 +398,20 @@ et de la programmation jeune public"
|
||||
}
|
||||
.ressources-pedagogiques__list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 392px));
|
||||
grid-template-columns: repeat(auto-fit, minmax(0, 392px));
|
||||
gap: 24px;
|
||||
justify-content: center;
|
||||
}
|
||||
@media (min-width: 400px) and (max-width: 900px) {
|
||||
.ressources-pedagogiques__list {
|
||||
grid-template-columns: repeat(2, minmax(0, 392px));
|
||||
}
|
||||
}
|
||||
@media (max-width: 399px) {
|
||||
.ressources-pedagogiques__list {
|
||||
grid-template-columns: minmax(0, 392px);
|
||||
}
|
||||
}
|
||||
.strapi-blocks {
|
||||
h2 {
|
||||
color: var(--c-bleu);
|
||||
|
||||
Reference in New Issue
Block a user