Skip to content

Commit 1976c26

Browse files
committed
merged main branch
2 parents 7d4a575 + afc9123 commit 1976c26

File tree

17 files changed

+29
-515
lines changed

17 files changed

+29
-515
lines changed

.vscode/dictionaries/project-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ audiorecorder
88
bincount
99
clsx
1010
cmdk
11+
controlslist
1112
datetime
1213
dhaga
1314
ensurepip
@@ -24,6 +25,7 @@ kmeans
2425
linalg
2526
lucide
2627
matras
28+
nodownload
2729
Organja
2830
orgenja
2931
Peina

astro.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import mdx from "@astrojs/mdx";
2-
import node from "@astrojs/node";
32
import react from "@astrojs/react";
43
import tailwind from "@astrojs/tailwind";
54
import { defineConfig } from "astro/config";
@@ -37,6 +36,6 @@ export default defineConfig({
3736
optimizeDeps: {
3837
exclude: ["@resvg/resvg-js"]
3938
}
40-
},
41-
adapter: node({ mode: "standalone" })
39+
}
40+
//adapter: node({ mode: "standalone" })
4241
});

src/assets/styles/varnmala/barahkhadi/consonant.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
display: flex;
77
align-items: center;
88
gap: 2rem;
9-
margin-bottom: 2rem;
9+
10+
& .consonant {
11+
margin: 0 auto;
12+
font-size: 2rem;
13+
color: aquamarine;
14+
}
1015
}
1116

1217
& .back__link {
@@ -31,7 +36,7 @@
3136
& .combination__card {
3237
background-color: color-mix(in srgb, var(--secondary) 15%, var(--background) 85%);
3338
border-radius: 0.5rem;
34-
padding: 2rem 1rem;
39+
padding: 1.25rem;
3540
display: grid;
3641
place-items: center;
3742
gap: 0.5rem;
@@ -45,8 +50,8 @@
4550
}
4651

4752
& .combination__result {
48-
font-size: 3rem;
49-
font-weight: bold;
53+
font-size: 7rem;
54+
font-weight: normal;
5055
}
5156

5257
@container (min-width: 768px) {
@@ -60,4 +65,4 @@
6065
grid-template-columns: 1fr;
6166
}
6267
}
63-
}
68+
}

src/assets/styles/varnmala/number.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119

120120
& .variation {
121121
font-size: 2.75rem;
122-
padding: 0.4rem;
123122
text-align: center;
124123
background: color-mix(in srgb, var(--text) 5%, var(--background) 95%);
125124
border-radius: 4px;

src/assets/styles/varnmala/reader.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@
33
--mute-button__bg: hsla(255, 100%, 50%, 0.281);
44
}
55

6-
#container__reader {
6+
.container__reader {
77
font-size: min(40rem, 35vw);
88
display: grid;
99
place-items: center;
1010
grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
11-
place-content: center;
1211
color: var(--main__txt);
1312
outline: none;
1413
text-transform: uppercase;
1514
transform: rotate(0deg);
1615
transition: all 0.3s ease-in-out;
1716
will-change: contents;
18-
text-align: center;
1917
line-height: 1;
20-
padding: 1rem;
2118
gap: 0.5rem;
22-
overflow: hidden;
19+
height: 80%;
2320
}
2421

2522
.hide {
@@ -68,7 +65,7 @@
6865
cursor: pointer;
6966
}
7067

71-
.speaker > span {
68+
.speaker>span {
7269
padding: 0.5rem;
7370
border: 1px solid var(--primary);
7471
border-radius: 5px;
@@ -80,17 +77,17 @@
8077
}
8178

8279
@media screen and (max-width: 768px) {
83-
#container__reader {
80+
.container__reader {
8481
font-size: min(30rem, 55vw);
8582
}
8683
}
8784

8885
@media screen and (max-width: 480px) {
89-
#container__reader {
86+
.container__reader {
9087
font-size: min(200rem, 70vw);
9188
}
9289

9390
.mute-button {
9491
font-size: min(2.5rem, 8vw);
9592
}
96-
}
93+
}

src/components/FeedbackForm.astro

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)