It’s a section to display team members. This section is based on a tiles pattern.
Component files
๐ React
๐ src/components/sections/Team.js
๐ Vue
๐ src/components/sections/Team.vue
Theming
Style is defined into 3 files:
๐ Core file
src/assets/scss/core/sections/_team.scss
๐๐ซ Don’t edit this file!
๐ Settings file
src/assets/scss/settings/sections/_team.scss
๐ Use this to adjust Sass variables
๐ Theme file
src/assets/scss/theme/sections/_team.scss
๐ Use this to add custom CSS
Learn more about the Sass logic behind each template.