Responsive fixes

This commit is contained in:
Rico Sta. Cruz 2017-08-29 03:25:21 +08:00
parent aaf3e0958b
commit 1e1ae02835
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 5 additions and 2 deletions

View File

@ -11,10 +11,12 @@
flex: 0 0 50%; flex: 0 0 50%;
} }
@media (min-width: 581px) {
> .item.top-sheet { > .item.top-sheet {
flex: 0 0 25%; flex: 0 0 25%;
} }
} }
}
// Article // Article
.pages-list > .article { .pages-list > .article {

View File

@ -12,6 +12,7 @@
border-radius: 3px; border-radius: 3px;
box-shadow: $shadow2; box-shadow: $shadow2;
text-shadow: 0 1px 1px rgba($base-text, 0.3); text-shadow: 0 1px 1px rgba($base-text, 0.3);
white-space: nowrap;
} }
&:hover > .info, &:hover > .info,