diff --git a/static/scss/custom.scss b/static/scss/custom.scss index adbc934645e0e4ec55fd3a3ab8cfd5885653c6f4..3b16e249a00068f0599f3abf2df517a3254941b9 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -228,3 +228,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