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 { p {
margin-top: 0; margin-top: 0;
margin-bottom: 16px; margin-bottom: 16px;
text-align: justify;
} }
sub, sub,

View File

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

View File

@ -22,6 +22,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{title}} | {{config.title}}</title> <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 %} {% if current_url %}<link rel="canonical" href="{{current_url | safe}}" />{% endif %}