News feed suggestions now using the same site gallery style as the browse page

This commit is contained in:
Victoria Wang 2014-10-15 17:38:19 -07:00
parent 05ea963464
commit 6bb76f1894
3 changed files with 50 additions and 13 deletions

View file

@ -1080,7 +1080,10 @@ a.tag:hover {
.pagination .arrow {
vertical-align: 1px;
}
.view-all-sites {
font-size: 1.2em;
margin-top: 1em;
}
.interior .header-Outro.with-columns .col.filter {
padding-top: 0px;
padding-bottom: 4px;

View file

@ -54,6 +54,7 @@
.title {
margin-top: 8px;
margin-bottom: 2px;
white-space: nowrap;
}
&.int-Gall{
@ -73,6 +74,19 @@
width:49%
}
}
&.suggestions {
padding: .25em 0 0 0;
li {
margin: 0 1.33% 12px 0;
width: 32%;
@include box-shadow(1px 1px 2px 1px rgba(0, 0, 0, 0.1));
@media (max-width:1000px){
width:48%
}
}
}
}
}