Skip to content

Commit

Permalink
Merge pull request #353 from boostcamp-2020/develop
Browse files Browse the repository at this point in the history
[FE] Fix: ๊ฐ€๊ณ„๋ถ€ ์ˆ˜์ • ์นœ๊ตฌ ๋ชฉ๋ก ํ™”๋ฉด scaleํ•˜๋ฉด ํ™”๋ฉด ๋„˜๋Š” ๊ฒƒ ์ˆ˜์ •
  • Loading branch information
pkiop authored Dec 18, 2020
2 parents f6d8b54 + f3fa94c commit 2aaf1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe/src/components/molecules/IconText/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const Container = styled.div`
justify-content: flex-start;
margin: 0.3rem 0;
&:hover {
margin-left: 2.3em;
transform: scale(1.2);
}
.icontext {
Expand Down

0 comments on commit 2aaf1d2

Please sign in to comment.