diff --git a/hugo.toml b/hugo.toml index 3907f7f..47c72b1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -19,7 +19,6 @@ renderHooks.image.enableDefault = true name = '향하는 귀, 흐르는 걸음, 벌어진 사고| Heading ears, flowing steps, unfolded thought' pageRef = '/posts/heading-ears' weight = 1 -params.unlisted = true [[menus.main]] name = '기울어지되 쓰러지지 않는다| e-Crystallomancy' 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..aa9118c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -34,7 +34,9 @@