Skip to content

Commit 4969853

Browse files
Copilotgrst
andcommitted
Add margin-bottom to blog post images for spacing below hero images
Co-authored-by: grst <7051479+grst@users.noreply.github.com> Agent-Logs-Url: https://github.com/scverse/scverse.github.io/sessions/480a99aa-b181-45ee-8179-85dc01e7a35a
1 parent 1b7d4b6 commit 4969853

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

assets/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,9 @@ body {
940940
margin: 3rem 0;
941941
font-size: 1.1rem;
942942
text-wrap: pretty;
943+
img {
944+
margin-bottom: 1.5rem;
945+
}
943946
span.backticked {
944947
font-size: 1.2rem;
945948
line-height: 1.1rem;

0 commit comments

Comments
 (0)