fix justification
This commit is contained in:
parent
f0a3940044
commit
719b918dae
@ -1,6 +1,7 @@
|
|||||||
p {
|
p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub,
|
sub,
|
||||||
|
@ -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";
|
||||||
|
@ -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 %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user