Skip to content

Instantly share code, notes, and snippets.

@drenther
Last active March 5, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drenther/455d38f3f418169fcda4977b386c9e05 to your computer and use it in GitHub Desktop.
Save drenther/455d38f3f418169fcda4977b386c9e05 to your computer and use it in GitHub Desktop.
header.navbar {
height: 40px;
margin: 5px 20px;
}
div.menu .menu-item.tile.tile-centered {
margin-top: 5px;
}
.menu.hero-list {
z-index: inherit;
transform: none;
min-height: 500px;
}
footer {
position: fixed;
bottom: 0;
font-size: 14px;
}
import React from 'react';
import ReactDOM from 'react-dom';
import 'spectre.css';
import './index.css';
import App from './App';
ReactDOM.render(<App />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment