Humanize place type properly, refactor for other tags

This commit is contained in:
2026-01-27 11:20:57 +07:00
parent 104a742543
commit 399ad1822d
6 changed files with 24 additions and 18 deletions

View File

@@ -402,7 +402,6 @@ body {
.place-type {
color: #666;
font-size: 0.85rem;
text-transform: capitalize;
}
.back-btn {
@@ -436,7 +435,6 @@ body {
.place-details .place-type {
color: #666;
font-size: 0.9rem;
text-transform: capitalize;
margin: 0 0 1rem;
}