Small fixes

dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
Guusvanmeerveld 4 years ago
parent c4f3ae4390
commit 3118196eb7

@ -4,7 +4,7 @@ import Layout from "../components/Layout";
const Thanks = () => ( const Thanks = () => (
<Page title="Thanks!" description="Thanks for submitting your contact form!"> <Page title="Thanks!" description="Thanks for submitting your contact form!">
<Layout> <Layout>
<div className="message"> <div className="page">
<div> <div>
<div className="icon"></div> <div className="icon"></div>
<div className="header">Thank you!</div> <div className="header">Thank you!</div>

@ -1,2 +1,3 @@
User-agent: *
Disallow /binas Disallow /binas
Disallow /upload Disallow /upload

@ -8,19 +8,19 @@
max-width: 100vw; max-width: 100vw;
@media screen and (min-width: 0px) { @media screen and (min-width: 0px) {
height: 30rem; height: 55rem;
} }
@media screen and (min-width: 300px) { @media screen and (min-width: 300px) {
height: 45rem; height: 70rem;
} }
@media screen and (min-width: 600px) { @media screen and (min-width: 600px) {
height: 60rem; height: 85rem;
} }
@media screen and (min-width: 900px) { @media screen and (min-width: 900px) {
height: 75rem; height: 100rem;
} }
margin: auto; margin: auto;

Loading…
Cancel
Save