From afb8a0a2b207223ab012ebce2376ee67d8dd5590 Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 1 Apr 2022 22:40:08 -0700 Subject: skeleton: expand container width to prevent overflow --- allium/templates/skeleton.html | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/allium/templates/skeleton.html b/allium/templates/skeleton.html index d240916..d526fe9 100644 --- a/allium/templates/skeleton.html +++ b/allium/templates/skeleton.html @@ -10,24 +10,24 @@ + .container { + width: 95em; + } + {% endblock %} -- cgit v1.2.3-54-g00ecf