Style changes
This commit is contained in:
@@ -4,11 +4,10 @@ import SectionIntro from './SectionIntro'
|
||||
import Button from './Button'
|
||||
|
||||
const PageIntro = ({ ...props }) => (
|
||||
<section className="bg-saburly-indigo relative">
|
||||
<section className="bg-saburly-light relative">
|
||||
<div className="container mx-auto flex lg:flex-row flex-col flex-col-reverse p-4">
|
||||
<div className="text-center lg:text-left lg:mt-4">
|
||||
<SectionIntro
|
||||
light
|
||||
intro={props.intro}
|
||||
classes={`lg:text-left lg:max-w-sm content-center ${
|
||||
props.sectionClasses
|
||||
|
||||
Reference in New Issue
Block a user