diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/about.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/about.scss new file mode 100644 index 0000000000..3c119820e2 --- /dev/null +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/about.scss @@ -0,0 +1,39 @@ +/* + v2 + About Page +*/ +.team { + list-style: none; + padding: 0; + + .team-member { + display: block; + float: left; + margin-bottom: var(--spacing-09); + width: 100%; + + h3 { + margin: 0; + } + + .team-pic { + float: left; + margin-right: var(--spacing-04); + } + + .team-info { + overflow: hidden; + } + + .team-connect { + list-style: none; + margin-top: var(--spacing-04); + padding: 0; + + li { + display: inline-block; + margin: 0 var(--spacing-07) 0 0; + } + } + } +}