This commit is contained in:
gurusabarish
2020-10-24 01:01:41 +05:30
parent ecbb186f72
commit e533f2343b
18 changed files with 738 additions and 226 deletions
+1
View File
@@ -26,6 +26,7 @@
<a class="text-decoration-none" href="{{ .Permalink }}">
<div class="card-body">
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">{{ .Title }}</div>
<div class="text-muted">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
+18 -6
View File
@@ -22,16 +22,22 @@
margin-bottom: 0.5rem !important;
}
article h1,
h2 {
font-size: 52px;
article h1 {
font-size: 55px !important;
}
article h3,
h4,
article h2 {
font-size: 42px !important;
}
article h3 {
font-size: 35px !important;
}
article h4,
h5,
h6 {
margin-top: 1.3rem;
font-size: 30px !important;
}
article table {
@@ -166,6 +172,12 @@
</a>
{{ end}}
</div>
{{ if .Site.Params.showdescription }}
<div class="text-dark py-2">
{{ .Params.description }}
</div>
{{ end }}
</div>