display pic css change

This commit is contained in:
johri21 2018-04-08 17:07:42 +05:30
parent da0fdbc682
commit 33d27c27e9

View file

@ -9,13 +9,13 @@ body
.img-circle .img-circle
{ {
border-radius: 50%; border-radius: 70%;
} }
.headshot .headshot
{ {
width: 115px; width: 140px;
height: 115px; height: 140px;
} }
.brand .brand
@ -81,4 +81,4 @@ code {
/* Changing from font-awesome 4 to 5, the class pull-right was removed */ /* Changing from font-awesome 4 to 5, the class pull-right was removed */
.pull-right { .pull-right {
float: right; float: right;
} }