@@ -12141,6 +12141,10 @@ video {
12141
12141
max-width: max-content !important;
12142
12142
}
12143
12143
12144
+ .max-w-prose {
12145
+ max-width: 65ch !important;
12146
+ }
12147
+
12144
12148
.max-w-screen-sm {
12145
12149
max-width: 640px !important;
12146
12150
}
@@ -35117,6 +35121,10 @@ video {
35117
35121
max-width: max-content !important;
35118
35122
}
35119
35123
35124
+ .sm\:max-w-prose {
35125
+ max-width: 65ch !important;
35126
+ }
35127
+
35120
35128
.sm\:max-w-screen-sm {
35121
35129
max-width: 640px !important;
35122
35130
}
@@ -58063,6 +58071,10 @@ video {
58063
58071
max-width: max-content !important;
58064
58072
}
58065
58073
58074
+ .md\:max-w-prose {
58075
+ max-width: 65ch !important;
58076
+ }
58077
+
58066
58078
.md\:max-w-screen-sm {
58067
58079
max-width: 640px !important;
58068
58080
}
@@ -81009,6 +81021,10 @@ video {
81009
81021
max-width: max-content !important;
81010
81022
}
81011
81023
81024
+ .lg\:max-w-prose {
81025
+ max-width: 65ch !important;
81026
+ }
81027
+
81012
81028
.lg\:max-w-screen-sm {
81013
81029
max-width: 640px !important;
81014
81030
}
@@ -103955,6 +103971,10 @@ video {
103955
103971
max-width: max-content !important;
103956
103972
}
103957
103973
103974
+ .xl\:max-w-prose {
103975
+ max-width: 65ch !important;
103976
+ }
103977
+
103958
103978
.xl\:max-w-screen-sm {
103959
103979
max-width: 640px !important;
103960
103980
}
@@ -126901,6 +126921,10 @@ video {
126901
126921
max-width: max-content !important;
126902
126922
}
126903
126923
126924
+ .\32xl\:max-w-prose {
126925
+ max-width: 65ch !important;
126926
+ }
126927
+
126904
126928
.\32xl\:max-w-screen-sm {
126905
126929
max-width: 640px !important;
126906
126930
}
0 commit comments