avancées intégration mobile

This commit is contained in:
Valentin
2023-12-13 15:08:55 +01:00
parent a08922d8be
commit 1bf7b2b251
22 changed files with 932 additions and 75 deletions

View File

@@ -1,13 +1,14 @@
.home_introduction {
border-bottom: solid 2px $teal;
width: 100%;
padding: 2rem $x_margin;
padding: 2rem 0;
h2 {
display: none;
}
article > div {
max-height: none !important;
p {
@include main_text_content();
@include main_text_content();
}
}
div.more-link {
@@ -29,8 +30,8 @@
margin-bottom: 1.2rem;
}
article > div {
max-height: none !important;
p {
padding: 0 $x_margin;
@include main_text_content();
}
}