frontend: fix admin title margin
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
8873fdb2c8
commit
8977d36a40
2 changed files with 2 additions and 3 deletions
|
|
@ -13,7 +13,6 @@ import {
|
|||
TableHeader,
|
||||
TableRow
|
||||
} from '@/components/ui/table/index.js'
|
||||
import { useAuthStore } from '@/stores/auth.js'
|
||||
|
||||
const adminPostsStore = useAdminPostsStore();
|
||||
|
||||
|
|
@ -23,7 +22,7 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="grid grid-cols-3 grid-rows-1 mt-20 w-full justify-center items-center gap-4">
|
||||
<div class="grid grid-cols-3 grid-rows-1 mt-28 sm:mt-20 w-full justify-center items-center gap-4">
|
||||
<div class="col-span-3 col-start-1 lg:col-span-1 lg:col-start-2 mx-5 lg:mx-0">
|
||||
<h1 class="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl mb-6">
|
||||
Admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue