Minor stylistic changes
This commit is contained in:
@@ -3,7 +3,7 @@ import InfoBox from './InfoBox'
|
||||
|
||||
const Service = ({ ...props }) => (
|
||||
<div
|
||||
className={`md:flex ${
|
||||
className={`md:flex ${props.classes} ${
|
||||
props.reversed ? 'flex-row-reverse' : ''
|
||||
} items-center justify-center m-auto`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user