From 68151a4fa431c8e10b2bc83a8bd7d467b94e4d32 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 31 Oct 2024 02:05:28 -0400 Subject: [PATCH] idk about meta tag and also fixed code yeeting out of content box --- static/css/layout.css | 8 +++++--- templates/default.html | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) 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