rsnext/examples/with-graphql-faunadb/styles/header.js
fauna-brecht 581e338614 with-graphql-faunadb (#9387)
* with-graphql-faunadb

* Use latest next

* Use node-fetch

* removed import to next/config

* Updated titles

* Lint fix

* Link to the schema
2019-11-13 13:15:27 -05:00

14 lines
231 B
JavaScript

import css from 'styled-jsx/css'
export const headerBanner = css.resolve`
img {
padding-top: 15px;
}
`
export const headerTitle = css.resolve`
h1 {
font-size: 300%;
font-weight: normal;
margin: 15px 0;
}
`