diff --git a/app/components/place-details.gjs b/app/components/place-details.gjs index 422880a..48f1320 100644 --- a/app/components/place-details.gjs +++ b/app/components/place-details.gjs @@ -193,8 +193,8 @@ export default class PlaceDetails extends Component { >
- - + +
{{else}} diff --git a/app/styles/app.css b/app/styles/app.css index 1b076c8..797acdc 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -438,21 +438,16 @@ body { } .btn { - padding: 0.75rem 1.5rem; + padding: 0.6rem 1.2rem; border-radius: 4px; cursor: pointer; - font-size: 1rem; + font-size: 0.9rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; } -.btn-sm { - padding: 0.4rem 1rem !important; - font-size: 0.9rem !important; -} - .btn-outline { background: transparent; color: #333;