Skip to content

Commit 6febcdc

Browse files
authored
fix(ui): center search on mobile (#12932)
1 parent d9775db commit 6febcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/search.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
border: 1.5px solid var(--gray-a4);
120120

121121
@media screen and (max-width: 768px) {
122-
width: calc(100vw - 2 * 1rem);
122+
width: calc(100vw - 4 * 1rem);
123123
left: auto;
124124
}
125125

0 commit comments

Comments
 (0)