look mom, i'm breaking the page!

This commit is contained in:
Timm 2015-04-19 09:07:43 +02:00
parent 7dc88ecb06
commit 57ee8918d8
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ layout: default
<div class="post"> <div class="post">
<header class="post-header"> <header class="post-header">
<h1 class="post-title">{{ page.title }}</h1> <h2 class="post-title">{{ page.title }}</h2>
</header> </header>
<article class="post-content"> <article class="post-content">

View File

@ -22,10 +22,9 @@ body {
margin:0; margin:0;
padding:0; padding:0;
h1 { .post-title {
font-size:26px; font-size:26px;
font-weight:bold; font-weight:bold;
margin-top:50px;
} }
&>hr { &>hr {