Commit 462d3b5 1 parent 962e8e4 commit 462d3b5 Copy full SHA for 462d3b5
File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -10330,6 +10330,10 @@ video {
10330
10330
max-width: 100%;
10331
10331
}
10332
10332
10333
+ .max-w-read {
10334
+ max-width: 65ch;
10335
+ }
10336
+
10333
10337
.max-w-screen-sm {
10334
10338
max-width: 640px;
10335
10339
}
@@ -13744,6 +13748,10 @@ video {
13744
13748
width: 100%;
13745
13749
}
13746
13750
13751
+ .w-read {
13752
+ width: 65ch;
13753
+ }
13754
+
13747
13755
.w-screen {
13748
13756
width: 100vw;
13749
13757
}
@@ -26505,6 +26513,10 @@ video {
26505
26513
max-width: 100%;
26506
26514
}
26507
26515
26516
+ .sm\:max-w-read {
26517
+ max-width: 65ch;
26518
+ }
26519
+
26508
26520
.sm\:max-w-screen-sm {
26509
26521
max-width: 640px;
26510
26522
}
@@ -29919,6 +29931,10 @@ video {
29919
29931
width: 100%;
29920
29932
}
29921
29933
29934
+ .sm\:w-read {
29935
+ width: 65ch;
29936
+ }
29937
+
29922
29938
.sm\:w-screen {
29923
29939
width: 100vw;
29924
29940
}
@@ -42650,6 +42666,10 @@ video {
42650
42666
max-width: 100%;
42651
42667
}
42652
42668
42669
+ .md\:max-w-read {
42670
+ max-width: 65ch;
42671
+ }
42672
+
42653
42673
.md\:max-w-screen-sm {
42654
42674
max-width: 640px;
42655
42675
}
@@ -46064,6 +46084,10 @@ video {
46064
46084
width: 100%;
46065
46085
}
46066
46086
46087
+ .md\:w-read {
46088
+ width: 65ch;
46089
+ }
46090
+
46067
46091
.md\:w-screen {
46068
46092
width: 100vw;
46069
46093
}
@@ -58795,6 +58819,10 @@ video {
58795
58819
max-width: 100%;
58796
58820
}
58797
58821
58822
+ .lg\:max-w-read {
58823
+ max-width: 65ch;
58824
+ }
58825
+
58798
58826
.lg\:max-w-screen-sm {
58799
58827
max-width: 640px;
58800
58828
}
@@ -62209,6 +62237,10 @@ video {
62209
62237
width: 100%;
62210
62238
}
62211
62239
62240
+ .lg\:w-read {
62241
+ width: 65ch;
62242
+ }
62243
+
62212
62244
.lg\:w-screen {
62213
62245
width: 100vw;
62214
62246
}
@@ -74940,6 +74972,10 @@ video {
74940
74972
max-width: 100%;
74941
74973
}
74942
74974
74975
+ .xl\:max-w-read {
74976
+ max-width: 65ch;
74977
+ }
74978
+
74943
74979
.xl\:max-w-screen-sm {
74944
74980
max-width: 640px;
74945
74981
}
@@ -78354,6 +78390,10 @@ video {
78354
78390
width: 100%;
78355
78391
}
78356
78392
78393
+ .xl\:w-read {
78394
+ width: 65ch;
78395
+ }
78396
+
78357
78397
.xl\:w-screen {
78358
78398
width: 100vw;
78359
78399
}
You can’t perform that action at this time.
0 commit comments