fix: Smaller blog title and hr above content
This commit is contained in:
parent
c0e94e7e38
commit
ed5d657a62
2 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
{%- endif -%}
|
||||
</div>
|
||||
</div>
|
||||
<hr class="my-5">
|
||||
<div itemprop="articleBody" class="from-markdown">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue