diff --git a/static/css/layout.css b/static/css/layout.css index 8d8e0bc..2f8cf3f 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -68,10 +68,12 @@ pre { box-sizing: border-box; min-height: 2em; /* - * Not sure why this isn't the same as the #content width. - * Is the font size different for some reason? + * previously a cludge of 75 em this is now a cludge of 2 different vendor extensions + * * */ - max-width: 75em; + max-width: -moz-available; + max-width: -webkit-fill-available;; + max-width: fill-available; width: fit-content; overflow:scroll; /*background: #444;*/ diff --git a/templates/default.html b/templates/default.html index ccc183b..35fad5c 100644 --- a/templates/default.html +++ b/templates/default.html @@ -3,7 +3,8 @@ - + {{{title}}} ยท Pagwin's website