Skip to content

Commit

Permalink
style fix for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 6, 2023
1 parent da0b6ca commit 8af4305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faucet-client/src/components/FaucetPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ html, body {
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
max-width: 100vw;
}

.faucet-loading .loading-spinner {
Expand Down

0 comments on commit 8af4305

Please sign in to comment.