Image center

This commit is contained in:
Andrei Astafev 2019-04-25 05:20:47 +03:00
parent b609819678
commit 420fce78db

View File

@ -128,8 +128,11 @@ a, a:hover {
} }
.entry-content img { .entry-content img {
max-width: 100%; display: block;
max-width: 96%;
height: auto; height: auto;
margin-left: auto;
margin-right: auto;
} }
.entry-content figcaption, .caption { .entry-content figcaption, .caption {
@ -330,10 +333,6 @@ pre, code, kbd, samp
padding-bottom: 12px; padding-bottom: 12px;
} }
.img-center {
text-align: center;
}
.pagination a { .pagination a {
color: black; color: black;
float: left; float: left;