From 713d9d53e603e722828595c5cc84cb3e66889c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 16:26:31 +0700 Subject: [PATCH] Styling optimizations --- app/styles/app.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/styles/app.css b/app/styles/app.css index 5f6af3c..4961eaa 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -321,6 +321,11 @@ body { font-size: 0.9rem; } +.meta-info p { + margin-top: 1rem; + margin-bottom: 1rem; +} + .meta-info p:first-child { margin-top: 1.2rem; padding-top: 1.2rem; @@ -428,8 +433,8 @@ body { margin: 0 0 1rem; } -.place-details .place-description { - margin-bottom: 1.5rem; +.place-details p.place-description { + line-height: 1.4; } .place-details .actions { @@ -437,6 +442,7 @@ body { display: flex; flex-direction: row; gap: 1rem; + margin-top: 1.5rem; } .btn {