From b07640375ae3239f999c8cde9c8784a821406a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 11 Mar 2026 16:07:37 +0400 Subject: [PATCH] Add some white space to place details bottom --- app/styles/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index 18b46b9..7a4c311 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -427,6 +427,10 @@ body { justify-content: center; } +.place-details { + padding-bottom: 2rem; +} + .place-details h3 { font-size: 1.2rem; margin-top: 0;