Skip to content

Commit

Permalink
Merge pull request #648 from terrestris/centerLogo
Browse files Browse the repository at this point in the history
fix: center the logo while loading
  • Loading branch information
TreffN authored Jun 28, 2024
2 parents e5961eb + 6252982 commit e56627e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.result-spin {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
display: block;
position: absolute;
top: 50%;
}

0 comments on commit e56627e

Please sign in to comment.