display pic css change
This commit is contained in:
parent
da0fdbc682
commit
33d27c27e9
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue