From 107f361f3673d3af26ceee459338e105694241be Mon Sep 17 00:00:00 2001 From: VITALY-VORON <142410419+VITALY-VORON@users.noreply.github.com> Date: Sat, 26 Aug 2023 04:40:45 +0300 Subject: [PATCH] kek --- src/components/Tinder/Tinder.css | 6 +++--- src/components/Tinder/Tinder.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Tinder/Tinder.css b/src/components/Tinder/Tinder.css index 5e5cfe9..5460014 100644 --- a/src/components/Tinder/Tinder.css +++ b/src/components/Tinder/Tinder.css @@ -46,10 +46,10 @@ .card { - height: 400px; + height: 500px; width: 100%; max-width: 300px; - max-height: 400px; + max-height: 500px; border-radius: 10px; background-size: cover; background-position: center; @@ -69,7 +69,7 @@ align-items: center; justify-content: space-between; width: 300px; - height: 350px; + height: 500px; background-color: rgba(255, 255, 255, 0.8); } diff --git a/src/components/Tinder/Tinder.js b/src/components/Tinder/Tinder.js index bbb114f..1b36070 100644 --- a/src/components/Tinder/Tinder.js +++ b/src/components/Tinder/Tinder.js @@ -52,7 +52,7 @@ const Tinder = (props) => { className='card-content' style={{ width: '300px', - height: '400px', + height: '500px', borderRadius: '10px', display: 'flex', flexDirection: 'column',