Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
joomla:tmpl50 [2026/03/17 00:34] – created Bernard Condraujoomla:tmpl50 [2026/03/17 01:04] (current) – [Break points] Bernard Condrau
Line 2: Line 2:
 ===== Bootstrap v5 vs v2 ===== ===== Bootstrap v5 vs v2 =====
 ==== Break points ==== ==== Break points ====
-^ Size ^ Bethico League 3.10 ^ Bethico League 5.0 +=== Bethico League 5.0 === 
-| xs | <576px +^ Size ^ Breakpoint ^ 2 columns div ^ 
-| sm | >=576px +| xs | <576px | 
-| md | >=768 +| sm | >=576px | 
-| lg | >=992 +| md | >=768px | 
-| xl | >=1200 +| lg | >=992px | col-12 col-md-6 | 
-| xxl | | >=1400 |+| xl | >=1200px | 
 +| xxl | >=1400px | 
 + 
 +=== Bethico League 3.10 === 
 +Size ^ Breakpoint ^ 2 columns div 
 +| xs | <480px 
 +| sm | >=480px 
 +| md | >=768px 
 +| lg | >=1024px | col span_1_of_2 
 +| xl | >=1280px 
 +| xxl | >=1400px | 
 +| 3xl | >=1600px | 
 +| 4xl | >=1920px | 
 +| 5xl | >=2200px | 
 +| 6xl | >=2560px |