Skip to content

Commit eb3b6db

Browse files
committed
style: Adjust authModal width for responsive design
1 parent a42a312 commit eb3b6db

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/features/auth/components/authModal.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
.authModal {
2-
width: 400px;
1+
@media (min-width: 768px) {
2+
.authModal {
3+
width: 400px;
4+
}
35
}
4-
56
.authModal .header {
67
text-align: center;
78
justify-content: center;

0 commit comments

Comments
 (0)