diff --git a/static/scss/custom.scss b/static/scss/custom.scss index adbc934645e0e4ec55fd3a3ab8cfd5885653c6f4..acebf5702f477f40167ce64e0c9336f49b253e92 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -228,3 +228,18 @@ $homepage-block-min-height: 480px; .full-width { width: 100%; } + +body.about { + h2, h3, h4 { + clear: both; + } + + .team-headshot { + height: 150px; + width: 150px; + float: left; + margin-right: 1em; + margin-top: 0.25em; + margin-bottom: 1em; + } +}