Skip to content

Commit

Permalink
more css
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Aug 5, 2023
1 parent 884399e commit 6327661
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/Loading/Loading.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.loading-container {
display: flex;
flex-direction: row;
width: calc(100% - 30px);
padding: 10px;
gap: 10px;
max-height: 85vh;
justify-content: center;
overflow-x: hidden;
}
display: flex;
flex-direction: row;
width: calc(100% - 2em);
padding: 0.5em;
gap: 0.5em;
justify-content: center;
overflow-x: hidden;
}

0 comments on commit 6327661

Please sign in to comment.