0x/visualizer/cmp/title.js
2018-03-14 22:29:43 +01:00

9 lines
262 B
JavaScript

'use strict'
module.exports = (render) => ({title}) => render`
<h1 id=title class='sans-serif black-70 bg-white b lh-title measure-narrow measure-l f4 ml2 mt0 dib'>
<style>@media (max-width: 584px) {#title {display: none}}</style>
${title}
</h1>
`