Skip to content

Commit bc0f9f1

Browse files
committed
BUGFIX: Add spacing between blog contents
Same as in semantic sections
1 parent 8424150 commit bc0f9f1

File tree

1 file changed

+8
-2
lines changed
  • DistributionPackages/Neos.NeosIo/Resources/Private/Scss/Organisms

1 file changed

+8
-2
lines changed

DistributionPackages/Neos.NeosIo/Resources/Private/Scss/Organisms/_Post.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
.postBody {
2-
max-width: $layout-small-width;
3-
margin: 0 auto;
2+
max-width: $layout-small-width;
3+
margin: 0 auto;
4+
5+
> div {
6+
display: flex;
7+
flex-direction: column;
8+
gap: 1.625em;
9+
}
410
}
511

612
.post__footer {

0 commit comments

Comments
 (0)