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;
|