mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
made mobile layout for bio
This commit is contained in:
parent
a8dd169087
commit
1499203b21
8 changed files with 145 additions and 48 deletions
|
@ -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>
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
<template>
|
||||
<NuxtLayout name="content">
|
||||
<main :class="$style.main">
|
||||
<HomeHeader />
|
||||
<main :class="$style.main">
|
||||
<HomeHeader />
|
||||
|
||||
<div :class="$style.reference">
|
||||
<h1>Cheatsheet</h1>
|
||||
<div :class="$style.reference">
|
||||
<h1>Cheatsheet</h1>
|
||||
|
||||
<div :class="$style.grid">
|
||||
<HomeContentList />
|
||||
</div>
|
||||
<div :class="$style.grid">
|
||||
<HomeContentList />
|
||||
</div>
|
||||
</main>
|
||||
</NuxtLayout>
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue