mirror of
https://github.com/neocities/neocities.git
synced 2025-07-02 17:13:26 +02:00
News feed suggestions now using the same site gallery style as the browse page
This commit is contained in:
parent
05ea963464
commit
6bb76f1894
3 changed files with 50 additions and 13 deletions
|
@ -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;
|
||||
|
|
|
@ -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%
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue