for now, make everything small
This commit is contained in:
parent
bf5bd88cca
commit
3005181ed4
3 changed files with 1 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
||||||
{% feed_meta %}
|
{% feed_meta %}
|
||||||
</head>
|
</head>
|
||||||
<body class="{{ page.body_classes }}">
|
<body>
|
||||||
<a href="#content" id="skip-to-content">Skip to content</a>
|
<a href="#content" id="skip-to-content">Skip to content</a>
|
||||||
<h1>{{ site.header }}</h1>
|
<h1>{{ site.header }}</h1>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
|
@ -15,8 +15,6 @@ body
|
||||||
color: #FFFFFF
|
color: #FFFFFF
|
||||||
background: #111111
|
background: #111111
|
||||||
line-height: 1.5em
|
line-height: 1.5em
|
||||||
|
|
||||||
.body-small
|
|
||||||
max-width: 1000px
|
max-width: 1000px
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Home
|
title: Home
|
||||||
permalink: /
|
permalink: /
|
||||||
body_classes: body-small
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<ul class="button-list">
|
<ul class="button-list">
|
||||||
|
|
Loading…
Reference in a new issue