refactor(pages): remove top margin from home page

This commit is contained in:
parent abbdc61e79
commit af1e08227d
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -7,7 +7,7 @@
<template>
<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" />
</div>
</template>