Skip to content

Commit

Permalink
fix(controls): improved spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 12, 2020
1 parent b0af9c6 commit 669d681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/pages/dashboard/navigation/page/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</div>

<!-- Space below all posts -->
<div v-if="settings.hoverControls.value" class="mb-12">&nbsp;</div>
<div v-if="settings.hoverControls.value" class="mb-6">&nbsp;</div>
</div>
</template>

Expand Down Expand Up @@ -150,7 +150,7 @@ export default {
}
.hover-controls {
@apply shadow-md mx-auto mb-2;
@apply shadow-md mx-auto my-0;
}
@screen md {
Expand Down

0 comments on commit 669d681

Please sign in to comment.