diff --git a/src/components/Contact.js b/src/components/Contact.js index 1d7d690..b0ed9b6 100644 --- a/src/components/Contact.js +++ b/src/components/Contact.js @@ -5,6 +5,8 @@ import {Spring} from 'react-spring/renderprops' import {StyledFormWrapper, StyledForm, StyledButton, StyledError, StyledInput, StyledTextArea, StyledTextAreaSubject, ButtonSet} from "./assets/StyledContactForm.js"; import './assets/contact.scss' +// If you need anything for this ask Ram Reddy + const GlobalStyle = createGlobalStyle` html { height: 100% diff --git a/src/components/Donate.js b/src/components/Donate.js index 52b9569..eaabeb0 100644 --- a/src/components/Donate.js +++ b/src/components/Donate.js @@ -3,6 +3,8 @@ import {createGlobalStyle} from 'styled-components'; import bot2 from "./assets/img/bot2.png"; import './assets/Donate.scss' +// If you need anything for this ask Ram Reddy + const GlobalStyle = createGlobalStyle` html { height: 100%