Skip to content

Commit

Permalink
chore: ui: fix main padding (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn authored Dec 16, 2024
1 parent d869820 commit d38495c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/ui/components/AppDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ import AppNavTop from '@/ui/components/AppNavTop.vue'

<style scoped>
main {
@apply mx-auto max-w-4xl bg-gray-100 py-4 px-2;
@apply mx-auto max-w-4xl bg-gray-100 pt-4 pb-8 px-2;
}
</style>
2 changes: 1 addition & 1 deletion web/src/ui/routines/EditRoutine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ const onSubmit = async () => {
</AppListItem>
</AppList>

<AppButton type="submit" colour="primary" class="mb-4">Update Routine</AppButton>
<AppButton type="submit" colour="primary">Update Routine</AppButton>
</form>
</template>

0 comments on commit d38495c

Please sign in to comment.