From c51593dbc433851fa644d0fef778ce94b0b720c5 Mon Sep 17 00:00:00 2001 From: aronmal Date: Thu, 9 Nov 2023 14:02:20 +0100 Subject: [PATCH] Move Layout style --- src/components/wrapping_objects.module.css | 7 ------- src/layouts/Layout.astro | 11 ++++++++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/components/wrapping_objects.module.css b/src/components/wrapping_objects.module.css index 49dd35a..c571384 100644 --- a/src/components/wrapping_objects.module.css +++ b/src/components/wrapping_objects.module.css @@ -192,10 +192,3 @@ grid-column: span 4; } } - - -.contentDiv { - display: flex; - flex-direction: column; - margin-bottom: auto; -} diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b0ce390..1d43b49 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,5 @@ --- import { Footer, NavBar } from "@components/wrapping_objects"; -import styles from "./util/wrapping_objects.module.css"; --- @@ -18,13 +17,19 @@ import styles from "./util/wrapping_objects.module.css"; -
+