center media within media container
This commit is contained in:
parent
87ce1e9e63
commit
d598a403e5
@ -195,11 +195,13 @@ footer {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.media_image_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.media_image {
|
||||
max-width: 100%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.media_pane {
|
||||
@ -823,7 +825,7 @@ pre {
|
||||
}
|
||||
|
||||
.media_thumbnail {
|
||||
width: 21%;
|
||||
/* width: 21%;*/
|
||||
}
|
||||
|
||||
.profile_sidebar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user