update meet crew
This commit is contained in:
@@ -9,11 +9,11 @@ export default function OurTeam() {
|
|||||||
image: "/images/Investor.webp",
|
image: "/images/Investor.webp",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
// {
|
||||||
name: "Parthiban",
|
// name: "Parthiban",
|
||||||
position: "CGO & Growth Specialist",
|
// position: "CGO & Growth Specialist",
|
||||||
image: "/images/Parthi.webp",
|
// image: "/images/Parthi.webp",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: "Aravinth",
|
name: "Aravinth",
|
||||||
position: "CFO & Finance Specialist",
|
position: "CFO & Finance Specialist",
|
||||||
@@ -69,22 +69,19 @@ export default function OurTeam() {
|
|||||||
filter: grayscale(0%);
|
filter: grayscale(0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Grid: five columns that wrap, with tightened row/column gaps. */
|
/* Grid: four columns that wrap, with tightened row/column gaps. */
|
||||||
.team-listing-wrapper.team-grid-listing {
|
.team-listing-wrapper.team-grid-listing {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 0 -16px -40px;
|
margin: 0 -16px -40px;
|
||||||
}
|
}
|
||||||
.team-listing-wrapper.team-grid-listing .team-item-wrapper {
|
.team-listing-wrapper.team-grid-listing .team-item-wrapper {
|
||||||
width: 20%;
|
width: 25%;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1024px) {
|
||||||
.team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 33.3333%; }
|
|
||||||
}
|
|
||||||
@media (max-width: 800px) {
|
|
||||||
.team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 50%; }
|
.team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 50%; }
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
@@ -173,7 +170,7 @@ export default function OurTeam() {
|
|||||||
<div className="elementor-widget-container">
|
<div className="elementor-widget-container">
|
||||||
<div className="logico-team-listing-widget">
|
<div className="logico-team-listing-widget">
|
||||||
<div className="archive-listing">
|
<div className="archive-listing">
|
||||||
<div className="archive-listing-wrapper team-listing-wrapper team-grid-listing columns-5">
|
<div className="archive-listing-wrapper team-listing-wrapper team-grid-listing columns-4">
|
||||||
|
|
||||||
{teamMembers.map((member, i) => (
|
{teamMembers.map((member, i) => (
|
||||||
<div key={i} className="team-item-wrapper post-2866 team type-team status-publish has-post-thumbnail hentry">
|
<div key={i} className="team-item-wrapper post-2866 team type-team status-publish has-post-thumbnail hentry">
|
||||||
|
|||||||
Reference in New Issue
Block a user