Skip to content

Commit 108712e

Browse files
eilnmarcan
authored andcommitted
css: Add class to center images
Signed-off-by: Eileen Yoon <eyn@gmx.com>
1 parent f2b0432 commit 108712e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

static/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,15 @@ blockquote {
969969
}
970970

971971
p img, figure img {
972+
padding-top: 10px;
972973
max-width: 100%;
974+
height: auto;
975+
}
976+
977+
.center {
978+
display: block;
979+
margin-left: auto;
980+
margin-right: auto;
973981
}
974982

975983
.twitter-tweet {

0 commit comments

Comments
 (0)