Responsive fixes
This commit is contained in:
parent
aaf3e0958b
commit
1e1ae02835
|
@ -11,9 +11,11 @@
|
||||||
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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue