website: fix the abnormally large image sizes

This commit is contained in:
Mitchell Hashimoto 2015-06-23 14:02:29 -07:00
parent b06158aeea
commit 0ed15e039a
1 changed files with 4 additions and 0 deletions

View File

@ -321,6 +321,10 @@ header .header {
.person {
margin-bottom: 30px;
img {
width: 125px;
}
h3 {
text-transform: none;
}