From cc632237422a82940d9d24002af5fe19937bf58a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 3 Sep 2024 22:47:30 +0200 Subject: [PATCH] style: remove centering the home app --- src/layouts/Layout.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 58cb9ef..2f55312 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -71,16 +71,18 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy'; padding: 0.5rem; padding-bottom: 5em; + /* position: relative; top: 50%; transform: translateY(-50%); - -webkit-transform: translateY(-50%); + */ &:has(#router-outlet #post) { + /* position: default; top: 0; transform: none; - -webkit-transform: none; + */ #jumbotron { display: none;