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,8 +11,10 @@
flex: 0 0 50%;
}
> .item.top-sheet {
flex: 0 0 25%;
@media (min-width: 581px) {
> .item.top-sheet {
flex: 0 0 25%;
}
}
}

View File

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