fix css
This commit is contained in:
parent
4645624eb9
commit
ee4267457b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
// They will automatically be included in application.css.
|
// They will automatically be included in application.css.
|
||||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||||
#celebrity img {
|
#celebrity img {
|
||||||
width: 100%;
|
width: 150px;
|
||||||
height: auto;
|
height: 150px;
|
||||||
-webkit-border-radius: 50px;
|
-webkit-border-radius: 50px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue