Minor stylistic changes

This commit is contained in:
Moris Zen
2018-08-01 22:56:01 +02:00
parent 906f73b34f
commit ce3b366da2
4 changed files with 9 additions and 9 deletions

View File

@@ -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`}
>