We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42a312 commit eb3b6dbCopy full SHA for eb3b6db
1 file changed
src/features/auth/components/authModal.css
@@ -1,7 +1,8 @@
1
-.authModal {
2
- width: 400px;
+@media (min-width: 768px) {
+ .authModal {
3
+ width: 400px;
4
+ }
5
}
-
6
.authModal .header {
7
text-align: center;
8
justify-content: center;
0 commit comments