Better mobile sizing

This commit is contained in:
Joachim Robert 2019-02-09 14:43:43 +01:00
parent 1c6cdffaf2
commit 7496dae848

View file

@ -101,6 +101,10 @@ export const ProgressLabel = styled.p`
opacity: 1;
bottom: calc((100% - 8px) * -1);
}
@media (max-width: 968px) {
padding: 8px 12px;
}
`
export const ButtonRowContainer = styled.div`