This commit is contained in:
2026-04-12 23:25:07 +02:00
parent d8f9bb59fa
commit ef126bc177
69 changed files with 4168 additions and 1806 deletions

View File

@@ -60,7 +60,9 @@
<style lang="scss">
.decalage_cont {
margin-bottom: 70px;
margin-bottom: 30px;
min-height: 240px;
display: flex;
&--left {
justify-content: flex-start;

View File

@@ -69,5 +69,7 @@
}
}
}
.decalage-section--spaced {
margin-top: 50px;
}
</style>

View File

@@ -22,8 +22,6 @@
<style lang="scss">
.section-title {
&--pad-xs {
padding-top: var(--sp-32);
padding-bottom: var(--sp-16);
@@ -52,7 +50,6 @@
}
}
}
@media (max-width: 300px) {
.section-title {
padding-left: calc(var(--sp-45) - 20px);