diff --git a/templates/base.html b/templates/base.html index bf52f47..07f36ed 100644 --- a/templates/base.html +++ b/templates/base.html @@ -87,11 +87,14 @@ .phrase-display { font-family: 'Courier New', monospace; - font-size: 1.1rem; + font-size: 1rem; background: rgba(0, 0, 0, 0.3); - padding: 0.5rem 1rem; + padding: 0.5rem 0.75rem; border-radius: 0.5rem; border-left: 4px solid var(--gradient-start); + display: inline-block; + line-height: 1.6; + word-spacing: 0.3rem; } .pin-display { @@ -170,7 +173,7 @@