We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ffab17 + a17411a commit 46020c2Copy full SHA for 46020c2
1 file changed
production/adjustments-v2.1.css
@@ -1259,6 +1259,30 @@ body.sj-page-lesson {
1259
minmax(min-content, max-content)
1260
) !important;
1261
}
1262
+
1263
+ .three-col-table {
1264
+ /* Three column table */
1265
+ grid-template-columns: repeat(
1266
+ 3,
1267
+ minmax(min-content, max-content)
1268
+ ) !important;
1269
+ }
1270
1271
+ .four-col-table {
1272
+ /* Four column table */
1273
1274
+ 4,
1275
1276
1277
1278
1279
+ .five-col-table {
1280
+ /* Five column table */
1281
1282
+ 5,
1283
1284
1285
1286
1287
blockquote.cg {
1288
cite {
0 commit comments