made mobile layout for bio

This commit is contained in:
Fedor Katurov 2022-11-10 14:12:45 +06:00
parent a8dd169087
commit 1499203b21
8 changed files with 145 additions and 48 deletions

View file

@ -11,10 +11,6 @@
<section :class="$style.section">
<BioProjects />
</section>
<section :class="$style.section">
<BioCareer />
</section>
</article>
</template>
@ -36,4 +32,10 @@ definePageMeta({ layout: "landing" });
padding-bottom: 0;
}
}
.heading {
@include desktop {
padding-top: 0;
}
}
</style>