ctt-babylon 0.1.143 → 0.1.144

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.
@@ -1488,7 +1488,9 @@ hr {
1488
1488
  position: sticky;
1489
1489
  top: 100px;
1490
1490
  }
1491
- @include full-tablet {
1491
+ /* @include full-tablet { */
1492
+ @media (max-width: 991px) {
1493
+ //Necesario porque el componente se controla con el sistema de grid de bootstrap el cual tiene sus propios puntos de corte
1492
1494
  //1024
1493
1495
  .cs_mobile_reverse {
1494
1496
  flex-direction: column-reverse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.1.143",
3
+ "version": "0.1.144",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",