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.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
#celebrity img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
-webkit-border-radius: 50px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue