diff --git a/pages/tokipona/index.md b/pages/tokipona/index.md index 76edfa8..737381c 100644 --- a/pages/tokipona/index.md +++ b/pages/tokipona/index.md @@ -122,6 +122,8 @@ language's 120 word dictionary. * ["insa pi supa lape" -- an original sitelen pona font](supalape.html) +* ["jan lawa pi linja ilo", a translation rom hack](jan_lawa_pi_linja_ilo.html) + ## Software Here are links to some software that I personally found useful: diff --git a/static/style.css.h b/static/style.css.h index c37faa6..ff402dc 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -141,6 +141,10 @@ th, td { font-family: serif; } +.content img { + max-width: 100%; +} + .content a, .content a:visited { color: C_LINK; }