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