Skip to content

Commit

Permalink
ui: reduce spacing for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
redfrogsss committed Feb 5, 2024
1 parent ac99d9b commit 4b3305e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions components/article/Comments.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<div class="bg-base-100 rounded-lg shadow-md my-4 px-8 py-12">
<div class="bg-base-100 rounded-lg shadow-md my-4 px-3 md:px-8 py-12">
<p class="prose">
<h4><IconsComments className="inline h-[1.2rem] mb-1 mx-1"/>Comments</h4>
<h4>
<IconsComments className="inline h-[1.2rem] mb-1 mx-1" />Comments
</h4>
</p>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion components/article/Document.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="bg-base-100 rounded-lg shadow-md my-4 px-8 py-12">
<div class="bg-base-100 rounded-lg shadow-md my-4 px-4 md:px-8 py-12">
<ContentDoc v-slot="{ doc }">
<div className="breadcrumbs mb-2">
<ul class="text-sm">
Expand Down

0 comments on commit 4b3305e

Please sign in to comment.