size fix
This commit is contained in:
parent
6952211d25
commit
28f8d7f114
9
src/components/City/City.js
Normal file
9
src/components/City/City.js
Normal file
@ -0,0 +1,9 @@
|
||||
const City = () => {
|
||||
return (
|
||||
<div>
|
||||
<input />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default City;
|
@ -1,4 +1,6 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: 440px;
|
||||
max-height: 920px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user