Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 28f1f23

Browse files
committed
refactor(media-query): communities page make right
1 parent bf83da2 commit 28f1f23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

containers/CommunitiesBanner/styles/search_box.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ export const InputWrapper = styled.div`
1818
opacity: 1;
1919
}
2020
transition: all 0.2s ease-in;
21+
22+
${cs.media.mobile`
23+
width: 70%;
24+
margin-left: 15%;
25+
padding: 8px;
26+
`};
2127
`
2228
export const SearchIcon = styled(Img)`
2329
fill: ${theme('banner.desc')};

0 commit comments

Comments
 (0)