This commit is contained in:
Marwann 2015-11-28 14:45:15 +01:00
parent 4645624eb9
commit ee4267457b

View file

@ -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;
}