Skip to content

Commit 7638075

Browse files
authored
Merge pull request #19 from pythonpe/tiny-css-fix-about-page
Centering images into card frame in about page
2 parents e34bbed + c737c8f commit 7638075

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_static/css/markdown.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,13 @@ html.dark div.sketchviz-image {
113113
text-align: center;
114114
}
115115

116+
#miembros ul.postlist li.ablog-post img.member-gravatar {
117+
margin-left: auto;
118+
margin-right: auto;
119+
}
120+
116121

117122
html.dark #miembros ul.postlist li.ablog-post {
118123
background-color: #362b2b;
119124
box-shadow: 0 2px 4px rgba(246, 241, 241, 0.1);
120-
}
125+
}

0 commit comments

Comments
 (0)