File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/organisms/FeedbackContainer Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ํฉ๊ฒฉ ์ ๋ฌด
You canโt perform that action at this time.
0 commit comments