Each Gitlanding component has a className and classes prop that enable you to overwrite the current styles.
className
classes
The prefered way to do this is with TSS Reactarrow-up-right.
import { css } from "tss-react/@emotion/css";
Overwritting header style examplearrow-up-right.
Overwritting footer style examplearrow-up-right.
Last updated 3 years ago