Skip to content

Commit 9df1816

Browse files
committed
Posts: center images
1 parent 5b41995 commit 9df1816

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ footer {
119119
margin-left: 0.5rem;
120120
}
121121
}
122+
123+
& p:has(img) {
124+
display: flex;
125+
justify-content: center;
126+
}
122127
}
123128

124129
code {

0 commit comments

Comments
 (0)