Skip to content

Commit

Permalink
a little more margin
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Apr 30, 2024
1 parent d04e828 commit a69f31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PanelFrame.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex flex-column lg:flex-row">
<div v-if="$slots.left" class="lg:pr-5 mb-1 lg:mb-0">
<div v-if="title" class="lg:mb-2 text-2xl text-color-secondary ml-1">{{section}}<template v-if="!section">&nbsp;</template></div>
<div v-if="title" class="lg:mb-3 text-2xl text-color-secondary ml-1">{{section}}<template v-if="!section">&nbsp;</template></div>
<slot name="left"></slot>
</div>
<div class="flex-auto">
Expand Down

0 comments on commit a69f31c

Please sign in to comment.