From dfb887f6415dbdb49bf484fefac4bfdb3de7c3f6 Mon Sep 17 00:00:00 2001 From: Peter Edmond Date: Thu, 26 Jun 2025 22:32:37 +0100 Subject: [PATCH] Tweaked pyramids a little more --- populateGraphics.js | 8 ++++---- reportTemplate.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/populateGraphics.js b/populateGraphics.js index cd794fd..4aa8685 100644 --- a/populateGraphics.js +++ b/populateGraphics.js @@ -414,10 +414,10 @@ function getSurveyData(){ //Clear up the pyramids by resetting the html document.getElementById("pyramids").innerHTML = ` - - - - + + + + `; diff --git a/reportTemplate.html b/reportTemplate.html index 7299372..b3fead9 100644 --- a/reportTemplate.html +++ b/reportTemplate.html @@ -40,7 +40,7 @@ } .pyramid { - width: 100%; + width: auto; height: auto; }