Skip to content

Commit dffd5e5

Browse files
committed
fix(frontend:styles): add min-width on app-auth background class
1 parent 2e7303a commit dffd5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/styles/components/_app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
padding: 2rem 5rem 2rem 5rem;
2020
border-radius: 8px;
2121
min-height: 295px;
22+
min-width: 420px;
2223

2324
.content {
2425
display: flex;

0 commit comments

Comments
 (0)