remove mx-auto from title page

This commit is contained in:
Dede Fuji Abdul 2023-10-26 13:12:11 +07:00
parent 52ce48604d
commit 474c32870a

View File

@ -1,6 +1,6 @@
<template>
<main class="flex-1 px-2 overflow-y-auto bg-white md:mr-3 sm:px-3 md:px-4 rounded-t-3xl no-scroll-bar">
<div v-if="route.path !== '/home'" class="pt-2 mx-auto max-w-7xl sm:pt-4 md:pt-6">
<div v-if="route.path !== '/home'" class="pt-2 max-w-7xl sm:pt-4 md:pt-6">
<h1 class="text-lg font-medium md:text-2xl lg:text-3xl text-dark">{{ currentRouteName }}</h1>
</div>
<div class="mt-2 sm:mt-4 dx-viewport">