From 58f29b47d45e8d8556e43f702afb88d25d042252 Mon Sep 17 00:00:00 2001 From: w4nn4d13 Date: Mon, 6 Apr 2026 23:58:52 +0530 Subject: [PATCH] Website: force latest full-width CSS and cache-bust stylesheet --- website/assets/style.css | 7 +++++++ website/index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/website/assets/style.css b/website/assets/style.css index 869dd43..f14c1e2 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -11,6 +11,13 @@ box-sizing: border-box; } +html, +body { + width: 100%; + max-width: 100%; + overflow-x: hidden; +} + body { margin: 0; min-height: 100svh; diff --git a/website/index.html b/website/index.html index 34dffe6..d4a57be 100644 --- a/website/index.html +++ b/website/index.html @@ -5,7 +5,7 @@ ExecuTrace // Open Source Docs - +