upgrade to Gatsby 0.11

This commit is contained in:
wpioneer
2016-06-03 02:32:38 +03:00
parent b00aff65ad
commit 05ee70daab
59 changed files with 795 additions and 699 deletions

View File

@@ -1,13 +1,13 @@
import React from 'react'
import moment from 'moment'
import { RouteHandler, Link } from 'react-router'
import { link } from 'gatsby-helpers'
import { prefixLink } from 'gatsby-helpers'
import DocumentTitle from 'react-document-title'
import SidebarLeft from '../SidebarLeft'
import access from 'safe-access'
import { config } from 'config'
import './style.sss';
import './style.css';
class BlogPage extends React.Component {
render() {

View File

@@ -0,0 +1,17 @@
.blog-page {
margin-bottom: 40px;
}
.blog-page h1 {
font-size: responsive 20px 36px;
margin-top: 0;
}
.blog-page p {
font-size: 16px;
line-height: 26px;
margin-bottom: 26px;
}
@media (max-width:900px) {
.blog-single .text, .blog-single .footer {
padding: 0 15px;
}
}

View File

@@ -1,16 +0,0 @@
.blog-page
margin-bottom: 40px
.blog-page h1
font-size: responsive 20px 36px
margin-top: 0
.blog-page p
font-size: responsive 14px 16px
line-height: 1.5
margin-top: 10px
@media (max-width: 900px)
.blog-single .text,
.blog-single .footer
padding: 0 15px