diff options
-rw-r--r-- | templates/head-common.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/head-common.html b/templates/head-common.html index c06fc18..10a2167 100644 --- a/templates/head-common.html +++ b/templates/head-common.html @@ -1,8 +1,14 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> +<style> + article { + /* include a max width in case of CSS failure */ + max-width: 50em; + } +</style> <link rel="stylesheet" href="/index.css"> <link rel="license" href="#license"> <link rel="icon" - href="favicon.ico"> + href="/favicon.ico"> |