update meet crew
This commit is contained in:
@@ -9,11 +9,11 @@ export default function OurTeam() {
|
||||
image: "/images/Investor.webp",
|
||||
},
|
||||
|
||||
{
|
||||
name: "Parthiban",
|
||||
position: "CGO & Growth Specialist",
|
||||
image: "/images/Parthi.webp",
|
||||
},
|
||||
// {
|
||||
// name: "Parthiban",
|
||||
// position: "CGO & Growth Specialist",
|
||||
// image: "/images/Parthi.webp",
|
||||
// },
|
||||
{
|
||||
name: "Aravinth",
|
||||
position: "CFO & Finance Specialist",
|
||||
@@ -69,22 +69,19 @@ export default function OurTeam() {
|
||||
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 {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0 -16px -40px;
|
||||
}
|
||||
.team-listing-wrapper.team-grid-listing .team-item-wrapper {
|
||||
width: 20%;
|
||||
width: 25%;
|
||||
padding: 0 16px;
|
||||
margin-bottom: 40px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
.team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 33.3333%; }
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
@media (max-width: 1024px) {
|
||||
.team-listing-wrapper.team-grid-listing .team-item-wrapper { width: 50%; }
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
@@ -173,7 +170,7 @@ export default function OurTeam() {
|
||||
<div className="elementor-widget-container">
|
||||
<div className="logico-team-listing-widget">
|
||||
<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) => (
|
||||
<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