coup de polish
This commit is contained in:
@@ -18,10 +18,13 @@
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
justify-self: start;
|
||||
> a > span {
|
||||
//margin-top: -1rem !important;
|
||||
display: block;
|
||||
@include sous_titre_alt();
|
||||
> a {
|
||||
pointer-events: none;
|
||||
> span {
|
||||
//margin-top: -1rem !important;
|
||||
display: block;
|
||||
@include sous_titre_alt();
|
||||
}
|
||||
}
|
||||
}
|
||||
> div:first-of-type {
|
||||
@@ -66,7 +69,17 @@
|
||||
}
|
||||
|
||||
.ressource {
|
||||
> div {
|
||||
.retour_ressources {
|
||||
padding-top: 3vh;
|
||||
padding-left: $x_margin;
|
||||
@include main_text_content();
|
||||
a {
|
||||
font-size: $sm_font_size;
|
||||
font-weight: 800;
|
||||
color: $teal;
|
||||
}
|
||||
}
|
||||
> div:not(.retour_ressources) {
|
||||
margin: $x_margin;
|
||||
display: grid;
|
||||
grid-template-columns: 0.25fr 1fr;
|
||||
@@ -86,7 +99,7 @@
|
||||
@include sous_titre_alt();
|
||||
}
|
||||
}
|
||||
> div:first-of-type {
|
||||
> div:not(.retour_ressources):first-of-type {
|
||||
grid-column: 2;
|
||||
grid-row: 3;
|
||||
> div > span {
|
||||
|
||||
Reference in New Issue
Block a user