Skip to content

Commit 71670f3

Browse files
Bikram GoleBikram Gole
authored andcommitted
Remove panel auto-numbering
1 parent 09c34f3 commit 71670f3

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

styles.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,6 @@ body[data-theme="liquidglass"] .back-to-top {
12061206

12071207
main {
12081208
margin: 0.84rem auto 0;
1209-
counter-reset: panel;
12101209
}
12111210

12121211
section {
@@ -1530,15 +1529,6 @@ h2 {
15301529
gap: 0.45rem;
15311530
}
15321531

1533-
.panel h2::before {
1534-
counter-increment: panel;
1535-
content: counter(panel, decimal-leading-zero);
1536-
font-size: 0.7rem;
1537-
letter-spacing: 0.18em;
1538-
text-transform: uppercase;
1539-
color: var(--muted);
1540-
}
1541-
15421532
.panel h2::after {
15431533
content: "";
15441534
flex: 1 1 140px;

0 commit comments

Comments
 (0)