1

fix justification

This commit is contained in:
Evan Pratten 2023-10-22 21:04:25 -04:00
parent f0a3940044
commit 719b918dae
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
p {
margin-top: 0;
margin-bottom: 16px;
text-align: justify;
}
sub,

View File

@ -5,9 +5,8 @@ $content-max-width: 800px;
@import "elements/header.scss";
body {
margin: 0;
margin: 1em;
font-family: serif;
text-align: justify;
}
a {
@ -66,6 +65,7 @@ main {
padding-bottom: 0;
}
@import "elements/code.scss";
@import "elements/headings.scss";
@import "elements/list.scss";

View File

@ -22,6 +22,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{title}} | {{config.title}}</title>
<link rel="shortcut icon" type="image/jpg" href="{{config.extra.profile_photo | safe}}" />
{% if current_url %}<link rel="canonical" href="{{current_url | safe}}" />{% endif %}