center images within .content
This commit is contained in:
parent
7d8ec79483
commit
29f6fd7aaa
|
@ -1,3 +1,9 @@
|
|||
.content img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.navigation .navigation-title {
|
||||
text-transform: none;
|
||||
}
|
||||
|
@ -50,7 +56,6 @@ body.colorscheme-dark .avatar img {
|
|||
}
|
||||
|
||||
.content figure.icon-inline > img {
|
||||
display: block;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
@ -100,7 +105,6 @@ body.colorscheme-dark .avatar img {
|
|||
}
|
||||
|
||||
.content figure.icon-inline.flowmm-model-thumb > img {
|
||||
display: block;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
max-width: 250px;
|
||||
|
@ -132,7 +136,6 @@ body.colorscheme-dark .avatar img {
|
|||
}
|
||||
|
||||
.content figure.logo > img {
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue