refactor(pages): remove top margin from home page
This commit is contained in:
parent
abbdc61e79
commit
af1e08227d
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<a-typography-title :level="1"> The Latest Fics </a-typography-title>
|
<a-typography-title :level="1" style="margin-top: 0"> The Latest Fics </a-typography-title>
|
||||||
<story-list :last="true" prefix="/latest" />
|
<story-list :last="true" prefix="/latest" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user