Skip to content

Commit

Permalink
move spinner up and improve transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 5, 2023
1 parent ac0a896 commit c1124dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ header h1 {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
pointer-events: none;
}

#spinner-circle {
border: 16px solid #f3f3f3;
border: 16px solid transparent;
border-top: 16px solid #3498db;
margin-top: 40%;
border-radius: 50%;
width: 120px;
height: 120px;
Expand Down

0 comments on commit c1124dd

Please sign in to comment.