From 790d5a930447de7ddb65dce2ed30c38490717d41 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 2 Jun 2024 14:52:51 +0200 Subject: [PATCH] Contain elements clipping out of bounds in dashboard --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index af30d41..66511e0 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,12 @@ text-shadow: .08em .08em .08em #000 !important; } +/* --- Dashboard Width --- */ + +.dashboardDocument { + max-width: 75vw; +} + /* --- Backdrop & Header --- */ .mainAnimatedPage {