Fix: small fixes for mobile

This commit is contained in:
nizune
2021-07-02 11:39:07 +02:00
parent 9c2a769bbd
commit 212d70f382
4 changed files with 16 additions and 2 deletions

View File

@@ -29,6 +29,11 @@ export default styled.div<Props>`
flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
padding: 0 12px;
}
${ props => props.background && css`
height: 120px;
align-items: flex-end;