Skip to content

Commit

Permalink
edit horizontal gap grid
Browse files Browse the repository at this point in the history
  • Loading branch information
racmathafidz committed Apr 3, 2021
1 parent d40501e commit 0bc1c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/AllTeam.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Fade from 'react-reveal/Fade';
export default function AllTeam({ data }) {
return (
<section className="container mx-0 sm:mx-auto">
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-y-8 gap-x-28 sm:gap-14 lg:gap-10 mx-16 justify-items-center">
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-y-8 gap-x-32 sm:gap-14 lg:gap-10 mx-16 justify-items-center">
{
data.map( (item, index) => {
return (
Expand Down

0 comments on commit 0bc1c99

Please sign in to comment.