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. // 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;
} }