Skip to content

Commit c8c8388

Browse files
Ciphroxxkeshav
authored andcommitted
changed ascii label to flip button in letter card
1 parent 0d9fc9d commit c8c8388

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/assets/styles/varnmala/reader.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
cursor: pointer;
6969
}
7070

71-
.speaker > span {
71+
.speaker>span {
7272
padding: 0.5rem;
7373
border: 1px solid var(--primary);
7474
border-radius: 5px;
@@ -93,4 +93,4 @@
9393
.mute-button {
9494
font-size: min(2.5rem, 8vw);
9595
}
96-
}
96+
}

src/components/LetterCard.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const { item, category } = Astro.props;
2525
<div class="card__glow"></div>
2626
</div>
2727
<div class="card card__back">
28-
<div class="flip__button">
29-
<span class="flip__button__text" title="Flip Card">Flip Card</span>
30-
</div>
28+
<div class="flip__button">
29+
<span class="flip__button__text" title="Flip Card">Flip Card</span>
30+
</div>
3131
{
3232
item.image ? (
3333
<img src={`/assets/images/alphabets/${category}/${item.image}`} alt={item.letter} class="image" />

0 commit comments

Comments
 (0)