|
|
@ -233,6 +233,11 @@ width:95%; |
|
|
|
display:block; |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
.sidebar img{ |
|
|
|
width:150px; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
|
|
|
|
.sidebar .logo-title { |
|
|
|
text-align: center; |
|
|
|
padding-top: 240px; |
|
|
@ -344,7 +349,7 @@ width:95%; |
|
|
|
.post .post-content a:hover, .h-entry a:hover { |
|
|
|
color: var(--link-colour); |
|
|
|
} |
|
|
|
.post .post-content h3 { |
|
|
|
.post .post-content h3,section aside h3 { |
|
|
|
color: var(--text-colour); |
|
|
|
font-size: 22px; |
|
|
|
font-weight: 600; |
|
|
@ -721,7 +726,7 @@ a.btn { |
|
|
|
} |
|
|
|
|
|
|
|
.contents aside time{ |
|
|
|
font-size:11px; |
|
|
|
font-size:12px; |
|
|
|
} |
|
|
|
|
|
|
|
.pagination { |
|
|
@ -773,7 +778,7 @@ a.btn { |
|
|
|
.page-top .language-selector i{ |
|
|
|
padding:0 5px; |
|
|
|
} |
|
|
|
.post-title h3 { |
|
|
|
.post-title h3, section aside h3 { |
|
|
|
line-height: 1.6; |
|
|
|
} |
|
|
|
|
|
|
|