Can I change the bottom margin size in a numbered list?

https://alejandrojsosa.com/
I have the latest version of ghost and Attila 3.1.0 as template.

And

I have ghost on my MacBook pro M1, using Atom to code

Hey Alejandro, try adding the following to your header code injection:

<style>
.post-content li {
    margin-bottom: 20px;
}
</style>
1 Like