début de l'intégration design desktop

This commit is contained in:
Valentin
2023-12-14 09:38:25 +01:00
parent 6c4cf6f696
commit cb35336870
8 changed files with 442 additions and 101 deletions

View File

@@ -36,6 +36,7 @@
> div:nth-of-type(2) {
@include sous_titre();
margin-bottom: 2vh;
align-self: center;
}
> div:nth-of-type(3) {
@@ -45,6 +46,22 @@
> div:last-of-type {
@include main_text_content();
}
@media (min-width: $breakpoint_tablet) {
grid-template-columns: 10vw 1fr;
> div:first-of-type > div {
width: 10vw;
height: 10vw;
border-radius: 5vw;
}
> div:nth-of-type(2) {
padding-left: 3vw;
}
> div:last-of-type {
padding-left: 3vw;
}
}
}