Make basic version work using bootstrap.
This commit is contained in:
@@ -11,6 +11,7 @@ import { useStaticQuery, graphql } from "gatsby"
|
||||
|
||||
import Header from "./header"
|
||||
import "./layout.css"
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
const Layout = ({ children }) => {
|
||||
const data = useStaticQuery(graphql`
|
||||
|
||||
Reference in New Issue
Block a user