Skip to content

Commit

Permalink
fix: reverted HTML styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroxylase authored Sep 18, 2024
1 parent c1e4dbc commit a139958
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
box-sizing: border-box;
}

html {
display:block;
width: 100%;
height: 100%;
}

body, main {
width: 100%;
height: 100%;
Expand Down

0 comments on commit a139958

Please sign in to comment.