Skip to content

Commit 249e3dc

Browse files
Ciphroxxkeshav
authored andcommitted
linting
1 parent 9e5e7be commit 249e3dc

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/assets/styles/varnmala/number.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@
9292
border: 1px solid var(--border);
9393
border-radius: 0.5rem;
9494
box-shadow: 0 4px 12px color-mix(in srgb, var(--text) 15%, transparent);
95-
transition: opacity 0.2s, visibility 0.2s;
95+
transition:
96+
opacity 0.2s,
97+
visibility 0.2s;
9698
display: flex;
9799
align-items: flex-end;
98100
justify-content: center;

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)