style: remove centering the home app
This commit is contained in:
parent
b60e459db0
commit
cc63223742
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue