From 0ed15e039af45934935b7a638b03cb53138cff2e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 23 Jun 2015 14:02:29 -0700 Subject: [PATCH] website: fix the abnormally large image sizes --- website/source/assets/stylesheets/_components.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index c17c9dc1b..72af67f90 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -321,6 +321,10 @@ header .header { .person { margin-bottom: 30px; + img { + width: 125px; + } + h3 { text-transform: none; }