diff --git a/TODO b/TODO index 192afa3..23c40fe 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +- sitemap +- robots.txt +- make h1 elems in article content h2 elems - Fix articles with inline html in them and/or links - post jump points and table of contents (be wary of having this take up too much space on mobile) - ico? diff --git a/static/css/layout.css b/static/css/layout.css index 0a4a1c9..ae943be 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -101,6 +101,12 @@ time { /* not sure if I want everything centered or just code blocks but I like everything centered atm*/ justify-content: center; align-items: center; + +} +main { + max-width: -moz-available; + max-width: -webkit-fill-available;; + max-width: fill-available; } header { max-width: -moz-available; @@ -180,6 +186,12 @@ p { line-height: 1.5; } +footer { + display: flex; + margin:20px; + /*width:100%;*/ +} + } /* we really want to make sure this doesn't stick around when colors load in regardless of when/how colors get loaded in*/ @layer pre-load{ diff --git a/templates/default.html b/templates/default.html index 7c8d34b..b6265ca 100644 --- a/templates/default.html +++ b/templates/default.html @@ -29,14 +29,16 @@ Links
-
- {{{content}}} -
- +
+
+ {{{content}}} +
+ +