parallax ornements + modifs d'après kanboard

This commit is contained in:
Valentin
2023-12-20 06:48:35 +01:00
parent 34164911b4
commit 7a93f85fd3
13 changed files with 723 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
.paragraph--type--membre-equipe {
height: auto;
display: grid;
grid-template-columns: 30vw 1fr;
grid-template-columns: 30vw auto 1fr;
grid-auto-rows: auto;
margin-bottom: 5vh;
> div:first-of-type {
@@ -33,21 +33,23 @@
}
}
> div:nth-of-type(2) {
> div:nth-of-type(2),
> div:nth-of-type(3) {
@include sous_titre();
margin-bottom: 2vh;
align-self: center;
align-self: flex-start;
}
> div:nth-of-type(3) {
display: none;
padding-left: 0.5rem;
}
> div:last-of-type {
@include main_text_content();
grid-column: 2 / 4;;
}
@media (min-width: $breakpoint_tablet) {
grid-template-columns: 10vw 1fr;
grid-template-columns: 10vw auto 1fr;
> div:first-of-type > div {
width: 10vw;
height: 10vw;