style: update typography and sizing for map placeholder text elements
Build and Release / release (push) Successful in 39s

This commit is contained in:
taDuc
2026-06-15 23:39:38 +07:00
parent 4265e84764
commit 3fff4b7b20
@@ -93,9 +93,9 @@ export default function MapPlaceholder({ onEnter }: MapPlaceholderProps) {
{/* Subtitle / Description (Right below title, italic, elegant, muted color) */} {/* Subtitle / Description (Right below title, italic, elegant, muted color) */}
<p <p
style={{ style={{
fontFamily: "Georgia, serif", fontFamily: '"Times New Roman", Times, serif',
fontStyle: "italic", fontStyle: "italic",
fontSize: "min(16px, 4.5vw)", fontSize: "min(17px, 4.8vw)",
color: "#94a3b8", color: "#94a3b8",
lineHeight: "1.7", lineHeight: "1.7",
margin: 0, margin: 0,
@@ -125,10 +125,10 @@ export default function MapPlaceholder({ onEnter }: MapPlaceholderProps) {
> >
<div <div
style={{ style={{
fontFamily: "Georgia, serif", fontFamily: '"Times New Roman", Times, serif',
fontSize: "12px", fontSize: "13px",
fontWeight: "normal", fontWeight: "normal",
letterSpacing: "0.2em", letterSpacing: "0.15em",
color: "#d97706", color: "#d97706",
textTransform: "uppercase", textTransform: "uppercase",
opacity: 0.8, opacity: 0.8,