🐛 Fix bullets position for subscription list

This commit is contained in:
Marina López 2026-07-27 13:11:55 +02:00
parent af00860c13
commit 7674229a5b

View File

@ -150,9 +150,10 @@
}
.benefits-list {
list-style-position: inside;
list-style-position: outside;
list-style-type: disc;
margin-block: 0;
margin-inline: var(--sp-l);
}
.benefits-title,