update backgound-size declaration for skinny images
This commit is contained in:
parent
62b604e4be
commit
6b115a7d22
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
border-radius: 140px;
|
border-radius: 140px;
|
||||||
border : 3px solid #fff;
|
border : 3px solid #fff;
|
||||||
box-shadow : 0 0 2px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.5), inset 0 -2px 4px rgba(255,255,255,0.3);
|
box-shadow : 0 0 2px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.5), inset 0 -2px 4px rgba(255,255,255,0.3);
|
||||||
background-size: 150px 150px;
|
background-size: 100%;
|
||||||
|
|
||||||
height : 140px;
|
height : 140px;
|
||||||
width : 140px;
|
width : 140px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue