From 53cd9b946524781b8e8e468524bdabeb687b13df Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 18 Mar 2025 15:57:34 -0400 Subject: [PATCH] More styling - increase language font size --- index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8af9541..e4ed403 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - - + + Indian Translate @@ -25,6 +25,11 @@ border: 1px solid; padding: 2em; } + h1 { + margin-block: 0.67em; + font-size: 2em; + } + .state { stroke: black; fill: none; @@ -40,7 +45,7 @@ stroke-width: 1; } .translationText, .romanizationText { - /* visibility: hidden; */ + visibility: hidden; font-family: "Noto Sans"; font-size:1.25em; } @@ -52,6 +57,7 @@ .languageText { pointer-events: none; font-weight: bold; + font-size: 1.15em; font-family: sans-serif; visibility: hidden; } @@ -114,7 +120,7 @@ - +