File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1418,10 +1418,31 @@ section[id] {
14181418.antes-despues {
14191419 display : flex;
14201420 flex-direction : column;
1421- gap : var (--space-4 );
1421+ gap : var (--space-6 );
14221422 margin-bottom : var (--space-6 );
14231423}
14241424
1425+ /* Flecha visual entre cards en mobile */
1426+ @media (max-width : 639px ) {
1427+ .antes-despues {
1428+ gap : var (--space-2 );
1429+ }
1430+
1431+ .antes-despues .antes-card {
1432+ margin-bottom : 0 ;
1433+ }
1434+
1435+ .antes-despues .antes-card ::after {
1436+ content : '↓' ;
1437+ display : block;
1438+ text-align : center;
1439+ font-size : var (--text-xl );
1440+ color : var (--color-ink-muted );
1441+ padding : var (--space-2 ) 0 ;
1442+ margin-top : var (--space-4 );
1443+ }
1444+ }
1445+
14251446/* Usar sistema unificado de cajas */
14261447.antes-card ,
14271448.despues-card {
You can’t perform that action at this time.
0 commit comments