Fixed card layout in pagelisting
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Helge-Mikael Nordgård 2025-05-05 21:52:57 +02:00
parent afb8942c52
commit 4e5f0e5e5b
2 changed files with 3 additions and 5 deletions

View File

@ -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">

View File

@ -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">