Skip to content

Commit 4a431e6

Browse files
committed
feat(frontend): expand quick scan width
1 parent b1b3b2b commit 4a431e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/frontend/src/app/globals.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ body {
239239
display: grid;
240240
gap: 18px;
241241
width: 100%;
242-
max-width: 520px;
243-
justify-self: center;
242+
max-width: 920px;
243+
justify-self: stretch;
244244
}
245245

246246
.card-header {
@@ -434,6 +434,7 @@ body {
434434
.scan-panel {
435435
display: flex;
436436
justify-content: center;
437+
width: 100%;
437438
}
438439

439440
.step {

0 commit comments

Comments
 (0)