Fixed site portrait in news feed sidebar

This commit is contained in:
Victoria Wang 2014-10-15 19:04:57 -07:00
parent 570db1211b
commit 1c2433c670
2 changed files with 7 additions and 2 deletions

View file

@ -448,6 +448,11 @@
.large-portrait {
border: 10px solid white;
@include box-shadow(1px 1px 2px 1px rgba(0, 0, 0, 0.15));
width: 322px;
height: 241px;
background-size: cover;
float: left;
margin-bottom: 20px;
}
.site-portrait {
border: 5px solid white;