X Theme, Icon stack. site width 88%, site max width 1200px.
Hi
The posts look different to pages. I’m using the Gutenburg editor instead of classic, is it some weird setting in there I need to change to make them look consistent.
This first image is a blog post
this is a page https://snipboard.io/tb8EA7.jpg
I have tried:
body {
display: block;
margin: 8px;
}
p {
display: block;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
but that makes no difference, any ideas appreciated
