Compare commits
3 commits
be0d312cdc
...
09ab4dbeb2
Author | SHA1 | Date | |
---|---|---|---|
09ab4dbeb2 | |||
12961afd3d | |||
fdad5adb80 |
|
@ -85,6 +85,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
main h1 {
|
main h1 {
|
||||||
font-size : 3rem;
|
font-size : 3rem;
|
||||||
margin : 0 0 2rem 0;
|
margin : 0 0 2rem 0;
|
||||||
|
line-height : 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main h2 {
|
main h2 {
|
||||||
|
@ -212,7 +213,11 @@ aside header a img {
|
||||||
flex-direction : row;
|
flex-direction : row;
|
||||||
justify-content : space-between;
|
justify-content : space-between;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
margin : calc(var(--base-grid) / 2) var(--base-grid);
|
margin : var(--base-grid);
|
||||||
|
}
|
||||||
|
|
||||||
|
aside header a img {
|
||||||
|
height : 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside nav {
|
aside nav {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="{{ .Language }}">
|
||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
<body>
|
<body>
|
||||||
<aside>
|
<aside>
|
||||||
|
|
Loading…
Reference in a new issue