style: remove centering the home app

This commit is contained in:
Ayo Ayco 2024-09-03 22:47:30 +02:00
parent b60e459db0
commit cc63223742

View file

@ -71,16 +71,18 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
padding: 0.5rem; padding: 0.5rem;
padding-bottom: 5em; padding-bottom: 5em;
/*
position: relative; position: relative;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
-webkit-transform: translateY(-50%); */
&:has(#router-outlet #post) { &:has(#router-outlet #post) {
/*
position: default; position: default;
top: 0; top: 0;
transform: none; transform: none;
-webkit-transform: none; */
#jumbotron { #jumbotron {
display: none; display: none;