Skip to content

Commit 16044c0

Browse files
committed
Update: 언어 변경 아이콘 변경 및 위치 변경
1 parent 099b1f9 commit 16044c0

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

image/icon/change.svg

+1
Loading

image/icon/change.webp

-3.1 KB
Binary file not shown.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<option>인도네시아어</option>
8787
<option>힌디어</option>
8888
</select>
89-
<img src="./image/icon/change.webp" alt="언어변경">
89+
<img src="./image/icon/change.svg" alt="언어변경">
9090
</div>
9191
<textarea id="inputText" rows="12" placeholder="번역할 내용을 입력하세요." maxlength="500"></textarea>
9292
<div class="char-count">0/500</div>

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ main {
184184

185185
.language-select {
186186
display: flex;
187+
justify-content: space-between;
187188
align-items: center;
188189
margin-bottom: 1.25rem;
189190
}

0 commit comments

Comments
 (0)