remove border to fix pagination display

This commit is contained in:
2025-11-25 18:21:33 +01:00
parent 9ea7ef2e50
commit 02a77c927f

View File

@@ -25,15 +25,10 @@
<h3 class="title">{{author.name}}</h3> <h3 class="title">{{author.name}}</h3>
<p v-if="author.description">{{author.description}}</p> <p v-if="author.description">{{author.description}}</p>
</div> </div>
<div class="authorbooks mt-5"> <div class="mt-6">
<SearchBook :author-id="id"/> <SearchBook :author-id="id"/>
</div> </div>
</template> </template>
<style scoped> <style scoped>
.authorbooks {
border: solid;
border-radius: 50px;
}
</style> </style>