Skip to content

Commit 81d263f

Browse files
committed
[RZA-250145]: fixed css for listen page
1 parent 034a9cf commit 81d263f

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

src/assets/styles/varnmala/reader.css

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,25 @@
1818
gap: 0.5rem;
1919
height: max-content;
2020
}
21+
2122
.info {
22-
font-size: 1rem;
23-
color: #6b7280;
24-
font-weight: 500;
25-
margin: 0 auto;
26-
text-align: center;
27-
padding: 0.5rem;
28-
}
29-
.container__reader > .letter{
23+
font-size: 1rem;
24+
color: #6b7280;
25+
font-weight: 500;
26+
margin: 0 auto;
27+
text-align: center;
28+
padding: 0.5rem;
29+
}
30+
31+
.container__reader>.letter {
3032
width: 100%;
31-
box-sizing: border-box;
32-
margin-left: 4rem;
33-
display: flex;
34-
align-items: center;
35-
justify-content: flex-end;
33+
box-sizing: border-box;
34+
margin-left: 4rem;
35+
display: flex;
36+
align-items: center;
37+
justify-content: space-evenly;
3638
}
39+
3740
.hide {
3841
display: none;
3942
}
@@ -183,11 +186,13 @@
183186
.container__reader {
184187
font-size: min(200rem, 70vw);
185188
}
186-
.container__reader > .letter{
187-
justify-content: center;
188-
margin-left: auto;
189-
}
189+
190+
.container__reader>.letter {
191+
justify-content: center;
192+
margin-left: auto;
193+
}
194+
190195
.mute-button {
191196
font-size: min(1.5rem, 6vw);
192197
}
193-
}
198+
}

0 commit comments

Comments
 (0)