Skip to content

Commit

Permalink
Merge pull request #149 from shocknet/receive-page-screen-problem
Browse files Browse the repository at this point in the history
fixed receive page screen problem
  • Loading branch information
shocknet-justin authored Mar 4, 2024
2 parents 4703055 + 9e5b2fb commit 3b9b007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Containers/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 94%;
transform: translate(-50%, 0);
margin-left: 50%;
margin-top: 5vh;
margin-top: 12px;
display: inline-block;

&_IMG {
Expand Down
6 changes: 5 additions & 1 deletion src/Pages/Receive/Receive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
background-color: white;
border: 1px solid #2693c1;
border-radius: 10px;

@media screen and (max-height: 700px) {
width: 42vh;
}

&_text{
margin-block: 10px;
transform: translate(-50%, 0);
Expand All @@ -35,7 +40,6 @@
& span {
display: flex;
text-align: center;
margin-block: 10px;
justify-content: center;
// transform: translate(-50%, 0);
// margin-left: 50%;
Expand Down

0 comments on commit 3b9b007

Please sign in to comment.