Compare commits
2 Commits
b609819678
...
cffae9c297
Author | SHA1 | Date | |
---|---|---|---|
cffae9c297 | |||
420fce78db |
@ -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;
|
||||
|
Reference in New Issue
Block a user