mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -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;
|
justify-content: space-between;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
line-height: 1.6em;
|
||||||
|
|
||||||
.title * {
|
.title * {
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
@use "header.scss";
|
@use "header.scss";
|
||||||
@use "footer.scss";
|
@use "footer.scss";
|
||||||
@use "blog.scss";
|
@use "blog.scss";
|
||||||
|
@use "fonts.scss";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--bg-0);
|
background: var(--bg-0);
|
||||||
|
|
@ -48,6 +49,7 @@ h6 {
|
||||||
color: var(--fg-0);
|
color: var(--fg-0);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{page.description | markdown | safe}}
|
{{page.description | markdown | safe}}
|
||||||
</div>
|
</div>
|
||||||
|
<a href="{{ page.permalink }}">Read more -></a>
|
||||||
</article>
|
</article>
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue