From 043aaabf8b061ce175ad052c355329740d5ba9b9 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 26 Sep 2016 23:07:43 +0200 Subject: [PATCH] use larger fonts, except for source footnotes --- app/assets/stylesheets/welcome.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/welcome.scss b/app/assets/stylesheets/welcome.scss index 1ea6585..1fd3ebc 100644 --- a/app/assets/stylesheets/welcome.scss +++ b/app/assets/stylesheets/welcome.scss @@ -213,6 +213,12 @@ p { overflow: hidden; box-shadow: 0.625em 0.625em 0.625em rgba(0,0,0,0.7); } +#about .textbox ol { + text-align: left; +} +#about .textbox ol q { + text-align: justify; +} #about a { outline: 0; } @@ -354,7 +360,7 @@ p { position: relative; left: 50%; transform: translate(-50%, 0); - font-size: x-small; + font-size: small; vertical-align: bottom; } .dictionary .headword { @@ -386,7 +392,7 @@ p { .dictionary ol li i { display: block; right: 0.625em; - font-size: x-small; + font-size: small; position: absolute; } .dictionary ol li:before {