closes #34
This commit is contained in:
parent
69a4779f07
commit
f63163b679
1 changed files with 7 additions and 1 deletions
|
@ -113,9 +113,15 @@ body {
|
||||||
#main {
|
#main {
|
||||||
article.post {
|
article.post {
|
||||||
header.entry-header {
|
header.entry-header {
|
||||||
|
figure.post-thumbnail {
|
||||||
|
a.post-thumbnail-inner {
|
||||||
|
img.attachment-post-thumbnail {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
h2.entry-title {
|
h2.entry-title {
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
margin-bottom: -20px;
|
|
||||||
max-width: var(--responsive--alignfull-width);
|
max-width: var(--responsive--alignfull-width);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: var(--responsive--alignwide-width);
|
width: var(--responsive--alignwide-width);
|
||||||
|
|
Reference in a new issue