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

This commit is contained in:
VITALY-VORON 2023-08-25 20:04:36 +03:00
parent 6952211d25
commit 28f8d7f114
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
const City = () => {
return (
<div>
<input />
</div>
);
}
export default City;

View File

@ -1,4 +1,6 @@
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
max-width: 440px;
max-height: 920px;
} }