diff --git a/client/src/App.js b/client/src/App.js index 3b03817..fd444d6 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -135,7 +135,7 @@ function App() { } /> - + div { +.slick-slide>div { margin: 0 10px; } @@ -60,7 +60,7 @@ font-size: 0.8rem; } -.card-top > img { +.card-top>img { width: 100%; height: auto; object-fit: cover; @@ -75,9 +75,11 @@ .card { max-width: 250px; } + .card-top h1 { font-size: 1.2rem; } + .card-bottom h3 { font-size: 0.7rem; } @@ -91,6 +93,7 @@ .card-bottom h3 { font-size: 0.6rem; } + .card-image { width: 100%; } @@ -100,13 +103,16 @@ .card { max-width: 200px; } + .card-top h1 { font-size: 1rem; } + .card-bottom h3 { font-size: 0.5rem; } + .card-image { width: 100%; } -} +} \ No newline at end of file diff --git a/client/src/components/pages/PaymentSuccess.js b/client/src/components/pages/PaymentSuccess.js index 1350b3a..2940dd0 100644 --- a/client/src/components/pages/PaymentSuccess.js +++ b/client/src/components/pages/PaymentSuccess.js @@ -29,7 +29,8 @@ const PaymentSuccess = () => {

Payment Successful!

- Thank you for your payment. Your transaction was successful. + Thank you for your payment.Your ticket has been emailed to you. Please check your inbox for all the details regarding your purchase +

Success Icon

)}