Skip to content

Commit 8fe8454

Browse files
author
FACTTIC
committed
Fix bullets dobles, og:description, fecha 2024-2026
1 parent 82eeb03 commit 8fe8454

2 files changed

Lines changed: 26 additions & 4 deletions

File tree

css/main.css

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ section[id] {
27992799
}
28002800

28012801
.cierre-impacto .impacto-lista {
2802-
list-style: disc;
2802+
list-style: none;
28032803
padding-left: var(--space-5);
28042804
margin: 0 0 var(--space-4) 0;
28052805
}
@@ -2808,6 +2808,17 @@ section[id] {
28082808
margin-bottom: var(--space-3);
28092809
font-size: var(--text-sm);
28102810
line-height: var(--leading-relaxed);
2811+
position: relative;
2812+
padding-left: 0;
2813+
border-bottom: none;
2814+
}
2815+
2816+
.cierre-impacto .impacto-lista li::before {
2817+
content: '✗';
2818+
position: absolute;
2819+
left: calc(-1 * var(--space-5));
2820+
color: var(--color-negative);
2821+
font-weight: bold;
28112822
}
28122823

28132824
.cierre-impacto .impacto-lista li:last-child {
@@ -2842,7 +2853,7 @@ section[id] {
28422853
}
28432854

28442855
.cierre-no-cambio .no-cambio-lista {
2845-
list-style: disc;
2856+
list-style: none;
28462857
padding-left: var(--space-5);
28472858
margin: 0;
28482859
}
@@ -2851,6 +2862,17 @@ section[id] {
28512862
margin-bottom: var(--space-3);
28522863
font-size: var(--text-sm);
28532864
line-height: var(--leading-relaxed);
2865+
position: relative;
2866+
padding-left: 0;
2867+
border-bottom: none;
2868+
}
2869+
2870+
.cierre-no-cambio .no-cambio-lista li::before {
2871+
content: '✓';
2872+
position: absolute;
2873+
left: calc(-1 * var(--space-5));
2874+
color: var(--color-positive);
2875+
font-weight: bold;
28542876
}
28552877

28562878
.cierre-no-cambio .no-cambio-lista li:last-child {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Open Graph -->
1010
<meta property="og:title" content="Reforma Laboral 2026: Lo que cambia para vos">
11-
<meta property="og:description" content="Somos cooperativistas, pero antes fuimos trabajadores. Esto es lo que necesitás saber sobre la reforma laboral.">
11+
<meta property="og:description" content="¿Cómo te afecta la reforma laboral 2026? Guía interactiva para entender los cambios en tus derechos laborales.">
1212
<meta property="og:type" content="website">
1313
<meta property="og:image" content="/assets/og-image.png">
1414

@@ -1578,7 +1578,7 @@ <h3>Las 8 horas: una conquista de vidas</h3>
15781578
</div>
15791579

15801580
<div class="historia-item negativo destacado">
1581-
<span class="historia-fecha">2024-26</span>
1581+
<span class="historia-fecha">2024-2026</span>
15821582
<div class="historia-contenido">
15831583
<strong>Ley Bases y Reforma Laboral</strong>
15841584
<p>Se vuelve a flexibilizar: banco de horas sin pago extra, tope a indemnizaciones, debilitamiento sindical, convenios de empresa sobre nacionales. <mark class="rough-highlight">¿Cuánto tardaremos en recuperar estos derechos?</mark></p>

0 commit comments

Comments
 (0)