Skip to content

Commit e726319

Browse files
committed
fix: update media query breakpoint for AuthModal styles
1 parent d195523 commit e726319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/styles/AuthModal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158

159159
/* Media query for screens under 700x700 */
160-
@media (max-width: 700px), (max-height: 700px) {
160+
@media (max-width: 734px), (max-height: 700px) {
161161
.auth-modal-container {
162162
max-width: 100%;
163163
width: 100%;

0 commit comments

Comments
 (0)