From 28f8d7f114e700bb1d287bb440df7a4a6203c870 Mon Sep 17 00:00:00 2001 From: VITALY-VORON <142410419+VITALY-VORON@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:04:36 +0300 Subject: [PATCH] size fix --- src/components/City/City.js | 9 +++++++++ src/index.css | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 src/components/City/City.js diff --git a/src/components/City/City.js b/src/components/City/City.js new file mode 100644 index 0000000..eb23d89 --- /dev/null +++ b/src/components/City/City.js @@ -0,0 +1,9 @@ +const City = () => { + return ( +
+ +
+ ); +} + +export default City; \ No newline at end of file diff --git a/src/index.css b/src/index.css index 2066fe8..c7f8bed 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,6 @@ * { margin: 0; padding: 0; + max-width: 440px; + max-height: 920px; } \ No newline at end of file