Fix height

This commit is contained in:
2026-02-06 21:35:49 +00:00
parent d422ff46ff
commit 8b749ef869

View File

@@ -19,7 +19,7 @@ import UtenaFrame from "@/components/borders/UtenaFrame.vue";
<template>
<main class="halftone justify-center flex flex-row w-full h-full">
<div class="a4height flex flex-row m-32">
<div class="h-fit flex flex-row m-32">
<div class="a4page-portrait homeGrid relative bdr-1">
<Intro class="intro" />
<Listening class="listening" />
@@ -50,9 +50,6 @@ import UtenaFrame from "@/components/borders/UtenaFrame.vue";
</template>
<style scoped>
.a4height {
height: 297mm;
}
.homeGrid > * {
@apply border-2 border;
border-color: var(--quaternary);