richie 2.34.1.dev22__py2.py3-none-any.whl → 2.34.1.dev23__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,6 +175,8 @@ $r-section-grid-sizes: (
175
175
  '33x33x33': 1fr 1fr 1fr,
176
176
  '25x75': 25% 2fr,
177
177
  '75x25': 2fr 25%,
178
+ '35x65': 35% 2fr,
179
+ '65x35': 2fr 35%,
178
180
  );
179
181
 
180
182
  // Define gutter size to apply on Section grid
@@ -31,5 +31,7 @@ SECTION_GRID_COLUMNS = getattr(
31
31
  ("50x50", _("Two columns: (50% | 50%)")),
32
32
  ("25x75", _("Two columns: (25% | 75%)")),
33
33
  ("75x25", _("Two columns: (75% | 25%)")),
34
+ ("35x65", _("Two columns: (35% | 65%)")),
35
+ ("65x35", _("Two columns: (65% | 35%)")),
34
36
  ],
35
37
  )