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">
|
||||
{% feed_meta %}
|
||||
</head>
|
||||
<body class="{{ page.body_classes }}">
|
||||
<body>
|
||||
<a href="#content" id="skip-to-content">Skip to content</a>
|
||||
<h1>{{ site.header }}</h1>
|
||||
<nav>
|
||||
|
|
|
@ -15,8 +15,6 @@ body
|
|||
color: #FFFFFF
|
||||
background: #111111
|
||||
line-height: 1.5em
|
||||
|
||||
.body-small
|
||||
max-width: 1000px
|
||||
margin: 0 auto
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Home
|
||||
permalink: /
|
||||
body_classes: body-small
|
||||
---
|
||||
|
||||
<ul class="button-list">
|
||||
|
|
Loading…
Reference in a new issue