mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed appearance on mobile devices
This commit is contained in:
parent
2265edf83a
commit
7eeb3b14c6
5 changed files with 18 additions and 11 deletions
|
@ -19,9 +19,11 @@
|
|||
</div>
|
||||
|
||||
<div :class="$style.main">
|
||||
<NuxtLayout name="content">
|
||||
<slot />
|
||||
</NuxtLayout>
|
||||
<div :class="$style.content">
|
||||
<NuxtLayout name="content">
|
||||
<slot />
|
||||
</NuxtLayout>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -165,4 +167,9 @@ export default defineComponent({
|
|||
.footer {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
padding-top: 40px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue