fix margins
This commit is contained in:
@@ -5,8 +5,8 @@ import Footer from "@/components/Footer.vue";
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<Navbar class="no-print" />
|
||||||
<RouterView />
|
<RouterView />
|
||||||
|
|
||||||
<Navbar class="no-print" />
|
|
||||||
<!-- <Footer style="height: 10vh" /> -->
|
<!-- <Footer style="height: 10vh" /> -->
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
@apply overflow-y-scroll;
|
@apply overflow-y-scroll w-full h-full p-10;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|||||||
@@ -45,9 +45,7 @@ const faces_string = faces.join(" ");
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<nav
|
<nav class="flex flex-row w-full h-fit border border-primary bg-bg_primary">
|
||||||
class="flex flex-row w-full h-fit background border border-primary bg-bg_primary"
|
|
||||||
>
|
|
||||||
<RouterLink class="bdr-2 bg-bg_primary" to="/" v-if="!inHome">
|
<RouterLink class="bdr-2 bg-bg_primary" to="/" v-if="!inHome">
|
||||||
<a>HOME</a>
|
<a>HOME</a>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
|
|||||||
@@ -157,9 +157,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="no-print"></span>
|
|
||||||
|
|
||||||
<div class="a4page">
|
<div class="a4page">
|
||||||
<h2>Experience</h2>
|
<h2>Experience</h2>
|
||||||
<table>
|
<table>
|
||||||
@@ -437,15 +434,16 @@
|
|||||||
border: 1px solid var(--primary);
|
border: 1px solid var(--primary);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
/* Enables scrolling when content exceeds height */
|
/* Enables scrolling when content exceeds height */
|
||||||
margin: 0 auto;
|
margin: auto auto;
|
||||||
/* Centers the page horizontally */
|
/* Centers the page horizontally */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Component Styling */
|
/* Component Styling */
|
||||||
main {
|
main {
|
||||||
|
padding: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0px;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import UtenaFrame from "@/components/borders/UtenaFrame.vue";
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main class="halftone justify-center flex flex-row w-full h-full">
|
<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">
|
<div class="a4page-portrait homeGrid relative bdr-1">
|
||||||
<Intro class="intro" />
|
<Intro class="intro" />
|
||||||
<Listening class="listening" />
|
<Listening class="listening" />
|
||||||
|
|||||||
Reference in New Issue
Block a user