Compare commits

..

No commits in common. "94a87494a8bc67d03cfef7433535f2ad71f20f50" and "dbb22984e6af5eff1bfdea045f02009c38559650" have entirely different histories.

3 changed files with 10 additions and 15 deletions

View File

@ -8,9 +8,9 @@
<main>
<section>
<div class="article-header">
<h1 class="spaced">
<h3 class="spaced">
{{ .Page.Title }}
</h1>
</h3>
</div>
<article>
{{ block "main" . }}

View File

@ -3,7 +3,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }} RSS" href='{{ absURL "/index.xml" }}'>
<link rel="stylesheet" type="text/css" media="screen" href='{{ absURL "/style.css" }}'>
<link rel="stylesheet" type="text/css" href='{{ absURL "/lugo.css" }}'>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
{{ with .Site.Params.favicon }}<link rel="icon" href="{{ . }}">{{ end -}}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">

View File

@ -3,7 +3,7 @@
--bg-text: #606060;
--text: #ffffff;
--header: #454545;
--header-text: #ffffff;
--header-text: #d3d3d3;
--content-bg: #303030;
--accent: #344a70;
--link: #3e765d;
@ -93,18 +93,13 @@ h1,h2,h3,h4,h5,h6 {
text-align: center;
}
header > h1 {
header h1 {
margin: 0;
font-size: 2.5rem;
}
.article-header > h1 {
font-size: 1.5rem;
}
h1 {
/* Not sure why h1 needs this fix, but otherwise it's smaller than h2 */
font-size: 2rem;
article h1 {
margin-bottom: 1rem;
}
a {