center media within media container

This commit is contained in:
jpope 2014-01-07 19:46:58 -06:00
parent 87ce1e9e63
commit d598a403e5

View File

@ -195,11 +195,13 @@ footer {
margin-right: 0; margin-right: 0;
} }
.media_image_container {
display: flex;
justify-content: center;
}
.media_image { .media_image {
max-width: 100%; max-width: 100%;
margin-left:auto;
margin-right:auto;
display:block;
} }
.media_pane { .media_pane {
@ -823,7 +825,7 @@ pre {
} }
.media_thumbnail { .media_thumbnail {
width: 21%; /* width: 21%;*/
} }
.profile_sidebar { .profile_sidebar {