mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
line height fix, read more button
This commit is contained in:
parent
6950c0772c
commit
5d0552c531
4 changed files with 4 additions and 0 deletions
0
sass/fonts.scss
Normal file
0
sass/fonts.scss
Normal file
|
|
@ -6,6 +6,7 @@ header {
|
|||
justify-content: space-between;
|
||||
margin: 1em 0;
|
||||
font-size: large;
|
||||
line-height: 1.6em;
|
||||
|
||||
.title * {
|
||||
font-size: xx-large;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
@use "header.scss";
|
||||
@use "footer.scss";
|
||||
@use "blog.scss";
|
||||
@use "fonts.scss";
|
||||
|
||||
body {
|
||||
background: var(--bg-0);
|
||||
|
|
@ -48,6 +49,7 @@ h6 {
|
|||
color: var(--fg-0);
|
||||
font-weight: bold;
|
||||
margin-top: 2em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
<div class="description">
|
||||
{{page.description | markdown | safe}}
|
||||
</div>
|
||||
<a href="{{ page.permalink }}">Read more -></a>
|
||||
</article>
|
||||
{%- endmacro -%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue