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

@@ -5,8 +5,8 @@ import Footer from "@/components/Footer.vue";
</script>
<template>
<Navbar class="no-print" />
<RouterView />
<Navbar class="no-print" />
<!-- <Footer style="height: 10vh" /> -->
</template>

View File

@@ -84,7 +84,7 @@ body {
}
main {
@apply overflow-y-scroll;
@apply overflow-y-scroll w-full h-full p-10;
}
input {

View File

@@ -45,9 +45,7 @@ const faces_string = faces.join(" ");
</script>
<template>
<nav
class="flex flex-row w-full h-fit background border border-primary bg-bg_primary"
>
<nav class="flex flex-row w-full h-fit border border-primary bg-bg_primary">
<RouterLink class="bdr-2 bg-bg_primary" to="/" v-if="!inHome">
<a>HOME</a>
</RouterLink>

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