forked from abner/for-legacy-web
Fix: small fixes for mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user