Files
namaste/html/scss/pro/sections/_team.scss
gramps 373ebc8c93 Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
2026-04-05 09:49:30 -07:00

15 lines
261 B
SCSS
Executable File

// Team section
section {
&.team-section {
.avatar {
img {
max-width: $team-section-avatar-max-width;
height: auto;
&.rounded-circle {
max-width: $team-section-avatar-circle-max-width;
}
}
}
}
}