+
Thermostat Settings
+
+
diff --git a/heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx b/heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx
index e8bb6698..b366f83b 100644
--- a/heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx
+++ b/heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx
@@ -3,9 +3,13 @@ import { EnergyUseHistoryChart } from './EnergyUseHistoryChart.tsx'
export function EnergyUseHistory() {
const titleClassTailwind = 'text-5xl font-extrabold tracking-wide'
+ const componentMargin = 'mt-10'
+
return (
-
Energy Use History
+
+ Energy Use History
+
diff --git a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx
index 98524ee2..8b0521aa 100644
--- a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx
+++ b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx
@@ -5,9 +5,12 @@ import { WholeHomeUAComparison } from './Graphs/WholeHomeUAComparison.tsx'
export function Graphs() {
const fuelType = 'Natural Gas'
const titleClassTailwind = 'text-5xl font-extrabold tracking-wide'
+ const componentMargin = 'mt-10'
return (
-
Heat Load Analysis
+
+ Heat Load Analysis
+
Fuel Type
{fuelType}
diff --git a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx
index a9a33818..3af9312c 100644
--- a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx
+++ b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HomeInformation.tsx
@@ -6,12 +6,13 @@ import { Label } from '#/app/components/ui/label.tsx'
export function HomeInformation() {
const titleClassTailwind = 'text-5xl font-extrabold tracking-wide'
const subTitleClassTailwind = 'text-2xl font-semibold text-zinc-950'
+ const componentMargin = 'mt-10'
return (