corrections graphiques

This commit is contained in:
Valentin
2024-11-27 19:34:18 +01:00
parent c052f89d27
commit 5b13541fdc
20 changed files with 962 additions and 249 deletions

View File

@@ -18,10 +18,11 @@
margin: 0 !important;
padding: 0 !important;
justify-self: start;
align-self: end;
> a {
display: block;
pointer-events: none;
> span {
//margin-top: -1rem !important;
display: block;
@include sous_titre_alt();
}
@@ -44,6 +45,7 @@
padding: 2rem 0;
margin-right: 2rem;
img {
border: solid 1px $teal;
width: 100%;
height: auto;
}
@@ -52,6 +54,9 @@
grid-column: 2;
grid-row: 2;
margin-top: -1rem;
align-self: center;
display: block;
padding-bottom: 0.5rem;
@include main_text_content();
}
}