mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Few more tweaks to browse
This commit is contained in:
parent
ac9d314b2b
commit
375de16acc
2 changed files with 2 additions and 2 deletions
|
@ -1735,7 +1735,7 @@ a.tag:hover {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.browse-page .tags {
|
.browse-page .tags {
|
||||||
padding: 0 30px 40px 30px;
|
padding: 25px 30px 45px;
|
||||||
}
|
}
|
||||||
.misc-page .pagination {
|
.misc-page .pagination {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
float:left;
|
float:left;
|
||||||
margin-bottom:$spacing*2;
|
margin-bottom:$spacing*2;
|
||||||
color: #666;
|
color: #666;
|
||||||
@include box-shadow(1px 1px 2px 0px rgba(0, 0, 0, 0.18));
|
@include box-shadow(0px 1px 3px 0px rgba(0, 0, 0, 0.18));
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
width:50%
|
width:50%
|
||||||
|
|
Loading…
Add table
Reference in a new issue