Skip to content

Commit

Permalink
Merge pull request #77 from poap-xyz/release/v1.5.2
Browse files Browse the repository at this point in the history
Release v1.5.2
  • Loading branch information
jm42 authored Jun 11, 2023
2 parents 2061365 + af591ac commit ca804cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.5.1",
"version": "1.5.2",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down
10 changes: 9 additions & 1 deletion src/styles/center-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
width: 100%;
max-width: 100%;
min-height: 100vh;
overflow: scroll;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-direction: column;
}

@media only screen and (max-width: 500px) {
.center-page {
align-items: start;
justify-content: start;
}
}

0 comments on commit ca804cf

Please sign in to comment.