some mobile
This commit is contained in:
@@ -5,9 +5,10 @@ import RecurrentSettingView from "@/components/settings/RecurrentSettingView.vue
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col items-center justify-center h-full ">
|
||||
<h1 class="text-2xl font-bold">Settings</h1>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 h-full w-full px-6">
|
||||
|
||||
<div class="flex flex-col h-full px-4 ">
|
||||
<h2 class="text-4xl font-bold ">Monthly Budgets</h2>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 ">
|
||||
<CategorySettingView />
|
||||
<RecurrentSettingView />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user