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
|
.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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue