Skip to content

Commit

Permalink
refactor: loading logo (#9)
Browse files Browse the repository at this point in the history
* refactor: loading logo

* refactor: css hide
  • Loading branch information
CalicoNino authored Apr 19, 2024
1 parent faa5e47 commit 14086b0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions public/loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

.loading-logo {
position: absolute;
inset-block-start: 30%;
inset-inline-start: calc(50% - 150px);
inset-block-start: 25%;
inset-inline-start: calc(50% - 500px);
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
.loading-logo {
display: none;
}
}

.pre-loading {
Expand Down

0 comments on commit 14086b0

Please sign in to comment.