Skip to content

Commit

Permalink
Make request new device button full width
Browse files Browse the repository at this point in the history
  • Loading branch information
pkong-ds authored May 22, 2024
2 parents e852af3 + c694077 commit 4336ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/styles/device.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
width: 335px;
width: 100%;
height: 295px;
background: var(--white);
border: 1px solid var(--gray-5);
Expand All @@ -505,7 +505,7 @@
}
@media (min-width: 992px) {
.request-device-section {
width: 295px;
width: 100%;
height: 295px;
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/styles/upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,7 @@ main {
flex-direction: column;
align-items: center;
justify-content: center;
margin: 20px auto 0 auto;
width: 335px;
margin: 20px 20px 0 20px;
height: 295px;
background: var(--white);
border: 1px solid var(--gray-5);
Expand Down

0 comments on commit 4336ce9

Please sign in to comment.