From 65708df62ec0dd3603358ff52804f960dd5eb2ad Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 16 Nov 2020 12:58:40 -0500 Subject: [PATCH] Change member photos to circular. --- _includes/themes/lab/member.html | 2 +- assets/themes/lab/css/style.scss | 14 +++++++++----- team/index.html | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/_includes/themes/lab/member.html b/_includes/themes/lab/member.html index 2a0561ec..d6e34e2c 100755 --- a/_includes/themes/lab/member.html +++ b/_includes/themes/lab/member.html @@ -12,7 +12,7 @@
- +
diff --git a/assets/themes/lab/css/style.scss b/assets/themes/lab/css/style.scss index 9312bca1..22c471f0 100755 --- a/assets/themes/lab/css/style.scss +++ b/assets/themes/lab/css/style.scss @@ -169,14 +169,18 @@ a.off { } .big-member-photo { - height: 400px; - width: 267; - // max-width: 300px; + border-radius: 50%; + width: 250px; + height:auto; + padding:1px; + border:1px solid #021a40; } .member-photo { - height: 150px; - width: 100px; + width: 175px; + height:175px; + border:1px solid #021a40; + border-radius: 50%; } .member-name { diff --git a/team/index.html b/team/index.html index cc5782ff..be321522 100644 --- a/team/index.html +++ b/team/index.html @@ -40,7 +40,7 @@