This commit is contained in:
2026-06-09 01:10:40 +02:00
parent 897536afc9
commit 09b3a19a33
9 changed files with 409 additions and 110 deletions

View File

@@ -318,7 +318,6 @@ const sectionTargets = {
<style lang="scss" scoped>
.intro-section {
margin-top: 290px;
> div:first-child {
margin-top: 0;
@@ -328,16 +327,16 @@ const sectionTargets = {
margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
margin-top: 290px;
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
margin-top: 380px;
}
@media screen and (max-width: 900px) and (min-width: 600px) {
margin-top: 280px;
}
@media screen and (max-width: 600px) {
margin-top: 280px;
@media screen and (max-width: 900px) {
margin-top: 60px;
}
}