Added support for drafts

This commit is contained in:
Marcus Noble
2016-07-26 10:08:49 +01:00
parent 85dbfe9fe6
commit a66f3bc760
2 changed files with 18 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ a {
pre code {
overflow: scroll;
padding-bottom: 15px;
}
figure p {
@@ -237,7 +238,7 @@ nav {
margin-bottom: 100px;
a {
font-size: 1.3em;
font-size: 1.2em;
}
img{
@@ -245,6 +246,10 @@ nav {
max-width: 100%;
margin: 0 auto;
}
p > code {
border: 1px dotted;
}
}
.pagination {
@@ -296,4 +301,4 @@ nav {
height: 100px;
background-size: cover;
background-position: center;
}
}