parallax ornements + modifs d'après kanboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user