Remove inline css
This commit is contained in:
parent
4edcb2fb57
commit
1981ffd1b1
2 changed files with 5 additions and 1 deletions
|
@ -49,6 +49,10 @@ body.kind-page {
|
|||
margin-top: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 120px;
|
||||
width: 120px;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<div class="author-profile ml-auto align-self-lg-center">
|
||||
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}' alt="Author Image">
|
||||
<h5 class="author-name">{{ partial "helpers/get-author-name.html" . }}</h5>
|
||||
<p class="text-muted" style="text-align: center;">{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} minute{{ if (ne .ReadingTime 1) }}s{{ end }}{{ end }}</p>
|
||||
<p class="text-muted">{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} minute{{ if (ne .ReadingTime 1) }}s{{ end }}{{ end }}</p>
|
||||
</div>
|
||||
|
||||
<div class="title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue