diff --git a/index.html b/index.html index 1e2cd70..f9e0249 100644 --- a/index.html +++ b/index.html @@ -190,14 +190,23 @@ stroke-width: 0.1; } .translationText, .romanizationText { - font-size: 0.7em; + font-size: 1em; } .languageText { - font-size: 0.6em; + font-size: 0.8em; } } + @media only screen and (max-width: 768px) { + .translationText, .romanizationText { + font-size: 0.7em; + } + .languageText { + font-size: 0.6em; + } + } + </style> </head> <body>