From 33d27c27e9c8604332211145d677308d46afa9df Mon Sep 17 00:00:00 2001 From: johri21 Date: Sun, 8 Apr 2018 17:07:42 +0530 Subject: [PATCH] display pic css change --- static/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 4f6bd95..0198a5d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -9,13 +9,13 @@ body .img-circle { - border-radius: 50%; + border-radius: 70%; } .headshot { - width: 115px; - height: 115px; + width: 140px; + height: 140px; } .brand @@ -81,4 +81,4 @@ code { /* Changing from font-awesome 4 to 5, the class pull-right was removed */ .pull-right { float: right; -} \ No newline at end of file +}