Fixed card layout in pagelisting
This commit is contained in:
parent
afb8942c52
commit
4e5f0e5e5b
@ -10,8 +10,8 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex min-h-svh flex-col items-center justify-center gap-6 bg-background p-6 md:p-10">
|
||||
<div class="w-full max-w-sm">
|
||||
<div class="flex flex-col items-center justify-center gap-6 bg-background p-6 md:p-10">
|
||||
<div class="w-full">
|
||||
<div class="flex flex-col gap-8">
|
||||
<div class="flex flex-col items-center gap-4">
|
||||
<div class="space-y-2 text-center">
|
||||
|
@ -4,9 +4,7 @@ import PageLogo from '@/Components/ArcticFooterLogo.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Head title="Welcome">
|
||||
<link rel="preconnect" href="https://rsms.me/" />
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||
<Head title="PolarPress sidebygger">
|
||||
</Head>
|
||||
<div class="flex min-h-screen flex-col items-center bg-[#FDFDFC] p-6 text-[#1b1b18] dark:bg-[#0a0a0a] lg:justify-center lg:p-8">
|
||||
<header class="not-has-[nav]:hidden mb-6 w-full max-w-[335px] text-sm lg:max-w-4xl">
|
||||
|
Loading…
Reference in New Issue
Block a user