Skip to content

Commit ff67efd

Browse files
codergautamclaude
andcommitted
Reduce map title font size for better text visibility
- Reduced font-size from 1.1rem to 1rem for map tile names - Allows more text to be visible in the same space - Improves readability of long map titles 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 369e091 commit ff67efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/mapModal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
}
499499

500500
.map-tile__name {
501-
font-size: 1.1rem;
501+
font-size: 1rem;
502502
font-weight: 600;
503503
color: white;
504504
margin: 0 0 8px 0;

0 commit comments

Comments
 (0)