From f2b5d1850199ab0af5667fb192078cfc231e83a6 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 19 Mar 2025 14:01:55 +0900 Subject: [PATCH 1/3] for better readability.. --- layouts/_default/baseof.html | 23 ++++++----------------- layouts/index.html | 5 +---- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b31c2b7..4429db9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,8 +36,7 @@ } body { - font-size: 1.2rem; - line-height: 1.5; + font-size: 1.3rem; } a { @@ -121,9 +120,9 @@ .content { padding-top: 50px; padding-bottom: 50px; - letter-spacing: 0.027em; - line-height: 2rem; - font-size: 1.1em; + letter-spacing: 0.06em; + line-height: 2.27rem; + font-size: 1.05em; } .content p { @@ -136,19 +135,12 @@ word-spacing: -0.02em; } - /* for big screen devices - in accordance with 'tachyons' way */ + /* for big screen devices - in accordance with 'tachyons' way (== 30em) */ @media screen and (min-width: 30em) { - body { - font-size: 1.3rem; - } - .content { padding-left: 1em; padding-right: 1em; - letter-spacing: inherit; - line-height: inherit; - font-size: inherit; } .content p { @@ -161,10 +153,7 @@ padding-left: 0; padding-right: 0; } - - strong { - letter-spacing: inherit; - } + } diff --git a/layouts/index.html b/layouts/index.html index de75dec..9a82da9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -56,9 +56,6 @@ .content { padding-top: 50px; - letter-spacing: inherit; - line-height: inherit; - font-size: inherit; } ol, @@ -69,7 +66,7 @@ /*menulist*/ .menulist { - font-size: 1.2em; + font-size: 1.1em; text-align: center; margin-left: 1em; margin-right: 1em; -- 2.30.2 From f3825ef9f9d8bcb1bb80e627930775075922a5f6 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 19 Mar 2025 22:00:44 +0900 Subject: [PATCH 2/3] revert main page look & feel --- layouts/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 9a82da9..8ae5dae 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -35,6 +35,8 @@