Stop justifying titles and add lang attribute
This commit is contained in:
parent
6dc7734c70
commit
172630c2ee
|
@ -20,6 +20,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
font-family: $font-heading;
|
font-family: $font-heading;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -60,6 +61,7 @@ pre code {
|
||||||
color: white;
|
color: white;
|
||||||
transition: color 0.25s;
|
transition: color 0.25s;
|
||||||
transition: background-color 0.25s;
|
transition: background-color 0.25s;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="{{ .Site.Language.Lang }}">
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
<body>
|
<body>
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user