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
+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>