fix margins

This commit is contained in:
2026-02-09 16:28:10 +00:00
parent 6c8b9a4253
commit b92655ab1b
5 changed files with 7 additions and 11 deletions

View File

@@ -157,9 +157,6 @@
</tbody>
</table>
</div>
<span class="no-print"></span>
<div class="a4page">
<h2>Experience</h2>
<table>
@@ -437,15 +434,16 @@
border: 1px solid var(--primary);
overflow: auto;
/* Enables scrolling when content exceeds height */
margin: 0 auto;
margin: auto auto;
/* Centers the page horizontally */
}
/* Component Styling */
main {
padding: 0px;
display: flex;
flex-direction: column;
gap: 0px;
height: fit-content;
}
span {

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="h-fit flex flex-row m-32">
<div class="h-fit flex flex-row">
<div class="a4page-portrait homeGrid relative bdr-1">
<Intro class="intro" />
<Listening class="listening" />