File tree Expand file tree Collapse file tree 1 file changed +23
-18
lines changed
src/assets/styles/varnmala Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Original file line number Diff line number Diff line change 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}
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+ }
You can’t perform that action at this time.
0 commit comments