size fix
This commit is contained in:
parent
57410718af
commit
5b2b58c148
@ -4,7 +4,7 @@ const Card = ({city}) => {
|
||||
return (
|
||||
<div style={{
|
||||
height: 257,
|
||||
width: 400,
|
||||
width: 390,
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
|
@ -6,7 +6,7 @@ const Header = () => {
|
||||
justifyContent: 'space-between',
|
||||
paddingLeft: '10px',
|
||||
height: 79,
|
||||
width: 400,
|
||||
width: 390,
|
||||
backgroundColor: '#ffffff',
|
||||
}}>
|
||||
<div style={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user