Compare commits

...

2 Commits

Author SHA1 Message Date
cffae9c297 Text center 2019-04-25 07:52:56 +03:00
420fce78db Image center 2019-04-25 05:20:47 +03:00

View File

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