diff --git a/content.css b/content.css index 160d818..cbe64b3 100644 --- a/content.css +++ b/content.css @@ -35,6 +35,11 @@ a { text-decoration: none; } +article { + line-height: 1.6; + font-size: 0.8em; +} + article a { text-decoration: underline; @@ -42,8 +47,3 @@ img { max-width: 100%; height: auto; } - -article { - line-height: 1.6; - font-size: 0.8em; -}