ressources, corrections fonds, placement icones map projets fonctionnel en mobile
This commit is contained in:
@@ -433,3 +433,38 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.taxonomy_page {
|
||||
> .fullpage_content {
|
||||
> div:last-of-type {
|
||||
display: grid !important;
|
||||
grid-template-columns: 0.5fr 1fr;
|
||||
grid-template-rows: repeat(3, auto);
|
||||
> .diapo {
|
||||
grid-column: 1;
|
||||
grid-row: 2/4;
|
||||
margin: 0 !important;
|
||||
margin-left: $x_margin !important;
|
||||
}
|
||||
> .sous_titre {
|
||||
grid-column: 1/3;
|
||||
grid-row: 1;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
> .localisation {
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
> .thematiques {
|
||||
grid-column: 2;
|
||||
grid-row: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// in taxonomy pages
|
||||
.feed-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user