Remove inline css

This commit is contained in:
BernatBC 2023-10-17 22:26:06 +03:00
parent 4edcb2fb57
commit 1981ffd1b1
2 changed files with 5 additions and 1 deletions

View file

@ -49,6 +49,10 @@ body.kind-page {
margin-top: 0px;
}
p {
text-align: center;
}
img {
height: 120px;
width: 120px;

View file

@ -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">