Dashi Theme - How do I reduce margin size on articles?

Here is a link to my blog: https://blog.tylercox.tech

Please help me figure out the CSS I need to add to reduce the margin size significantly. Thanks!

Actually I don’t understand what you exactly mean. As for me everything looks good.

I guess you want like this.

Yes that is better. I’d like the content to stretch out just a bit more I think but that is a good start.

I assume you added something under .content

What code do I need?

Just remove margin in

.social-share {
    display: flex;
    /* margin-bottom: 2em; */
    /* margin-bottom: var(--gap-lg); */
}

And

.content {
    color: #333;
    color: var(--color-text-acc-1);
    /* display: flex; */
    flex-direction: column;
}