Just forces that header button to behave

This commit is contained in:
Ezekiel Aquino
2018-12-13 16:50:19 +01:00
parent 41a8dd3e28
commit 1647400a49

View File

@@ -255,9 +255,9 @@ const DropdownWrap = styled.div<DropdownWrapInterface>`
`;
const TradeButton = styled(Button)`
padding: 14px 22px;
padding: 14px 22px !important;
@media (max-width: 928px) {
display: none;
@media (max-width: 990px) {
display: none !important;
}
`;