class 수정
This commit is contained in:
parent
3378dcf93c
commit
1e305ea86d
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<ul class="alphabet-list list-unstyled d-flex flex-wrap mb-0">
|
<ul class="alphabet-list list-unstyled d-flex flex-wrap mb-0">
|
||||||
<li v-for="char in koreanChars" :key="char" class="mt-2 mx-1">
|
<li v-for="char in koreanChars" :key="char" class="mt-2 me-2">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn"
|
class="btn"
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="alphabet-list list-unstyled d-flex flex-wrap mb-0">
|
<ul class="alphabet-list list-unstyled d-flex flex-wrap mb-0">
|
||||||
<li v-for="char in englishChars" :key="char" class="mt-2 mx-1">
|
<li v-for="char in englishChars" :key="char" class="mt-2 me-2">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn"
|
class="btn"
|
||||||
@ -43,9 +43,6 @@ const selectAlphabet = (alphabet) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.alphabet-list {
|
|
||||||
margin-left: -0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.alphabet-list {
|
.alphabet-list {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user