Compare commits

..

No commits in common. "09ab4dbeb25d0a44db7a62f12ed6f65e6fdcbca4" and "be0d312cdce9707a11d4d924dcfb9bdb7933ad39" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -85,7 +85,6 @@ 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 {
@ -213,11 +212,7 @@ 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 : var(--base-grid); margin : calc(var(--base-grid) / 2) var(--base-grid);
}
aside header a img {
height : 120px;
} }
aside nav { aside nav {

View file

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="{{ .Language }}"> <html lang="en">
{{ partial "head.html" . }} {{ partial "head.html" . }}
<body> <body>
<aside> <aside>