diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 154da4d2898c392f15833ae8f0ff52ceb738863e..d00968320b5bbecb6afc5063c99fb485c89538b6 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -262,3 +262,24 @@ $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; + } +} + +body.news { + h2, .h2 { + font-size: 28px; + } +} \ No newline at end of file