fix: Smaller blog title and hr above content

This commit is contained in:
Faris Ansari 2020-06-08 19:05:44 +05:30
parent c0e94e7e38
commit ed5d657a62
2 changed files with 6 additions and 1 deletions

View file

@ -64,7 +64,11 @@
.blog-title {
margin-top: 1rem;
font-size: 2.5rem;
@include media-breakpoint-up(xl) {
line-height: 1;
font-size: $font-size-4xl;
}
}
.blog-footer {

View file

@ -26,6 +26,7 @@
{%- endif -%}
</div>
</div>
<hr class="my-5">
<div itemprop="articleBody" class="from-markdown">
{{ content }}
</div>