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: 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;
|
||||||
|
|
Loading…
Reference in a new issue