size fix
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 49s
Create and publish a Docker image / Deploy image (push) Successful in 5s

This commit is contained in:
VITALY-VORON 2023-08-26 11:24:05 +03:00
parent 57410718af
commit 5b2b58c148
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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={{