@@ -12141,6 +12141,10 @@ video {
1214112141 max-width: max-content !important;
1214212142}
1214312143
12144+ .max-w-prose {
12145+ max-width: 65ch !important;
12146+ }
12147+
1214412148.max-w-screen-sm {
1214512149 max-width: 640px !important;
1214612150}
@@ -35117,6 +35121,10 @@ video {
3511735121 max-width: max-content !important;
3511835122 }
3511935123
35124+ .sm\:max-w-prose {
35125+ max-width: 65ch !important;
35126+ }
35127+
3512035128 .sm\:max-w-screen-sm {
3512135129 max-width: 640px !important;
3512235130 }
@@ -58063,6 +58071,10 @@ video {
5806358071 max-width: max-content !important;
5806458072 }
5806558073
58074+ .md\:max-w-prose {
58075+ max-width: 65ch !important;
58076+ }
58077+
5806658078 .md\:max-w-screen-sm {
5806758079 max-width: 640px !important;
5806858080 }
@@ -81009,6 +81021,10 @@ video {
8100981021 max-width: max-content !important;
8101081022 }
8101181023
81024+ .lg\:max-w-prose {
81025+ max-width: 65ch !important;
81026+ }
81027+
8101281028 .lg\:max-w-screen-sm {
8101381029 max-width: 640px !important;
8101481030 }
@@ -103955,6 +103971,10 @@ video {
103955103971 max-width: max-content !important;
103956103972 }
103957103973
103974+ .xl\:max-w-prose {
103975+ max-width: 65ch !important;
103976+ }
103977+
103958103978 .xl\:max-w-screen-sm {
103959103979 max-width: 640px !important;
103960103980 }
@@ -126901,6 +126921,10 @@ video {
126901126921 max-width: max-content !important;
126902126922 }
126903126923
126924+ .\32xl\:max-w-prose {
126925+ max-width: 65ch !important;
126926+ }
126927+
126904126928 .\32xl\:max-w-screen-sm {
126905126929 max-width: 640px !important;
126906126930 }
0 commit comments