Skip to content

Commit dfda681

Browse files
committed
refactor: ๐Ÿ’ก ํ‘ธํ„ฐ css๋ฅผ ์ˆ˜์ •ํ•œ๋‹ค
1 parent 19949e6 commit dfda681

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

โ€Žsrc/components/organisms/FeedbackContainer/FeedbackContainer.jsโ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,18 @@ const Wrapper = styled.div`
8585
8686
div.custom-margin {
8787
margin-right: 7vh;
88-
margin-top: 0.7vh;
8988
}
9089
9190
span.score {
9291
font-family: TitilliumWebBold;
93-
vertical-align: middle;
92+
vertical-align: sub;
9493
font-size: 4vh;
9594
padding: 0 1vh 0 2.6vh;
9695
color: ${commonStyles.colors.darkIndigo};
9796
}
9897
9998
div.is-passed {
100-
border-radius: 10px;
101-
border: solid 2px ${commonStyles.colors.cornflower};
99+
border-radius: 1vh;
102100
background-color: ${commonStyles.colors.cornflower};
103101
display: inline-flex;
104102
width: 11.8vh;
@@ -149,7 +147,9 @@ export default function FeedbackContainer({
149147
</p>
150148
<div className="label">
151149
<div className="custom-margin">
152-
ํ˜„์žฌ ๋ฉด์ ‘ ์ ์ˆ˜ <span className="score">{score}</span>์ 
150+
<div>
151+
ํ˜„์žฌ ๋ฉด์ ‘ ์ ์ˆ˜ <span className="score">{score}</span>์ 
152+
</div>
153153
</div>
154154
<div>
155155
ํ•ฉ๊ฒฉ ์œ ๋ฌด

0 commit comments

Comments
ย (0)