From c97a5f069d0124d9022e9fd189a80e393fec5432 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:42:41 +0100 Subject: [PATCH] fix: set fixed width for main and information sections in index.scss --- assets/css/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/index.scss b/assets/css/index.scss index 0cfac92..15458ac 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -81,7 +81,7 @@ main { font-size: 12px; letter-spacing: 1; border-radius: 10px; - width: 100%; + width: 462px; display: flex; flex-direction: column; align-items: flex-start; @@ -111,7 +111,7 @@ main { .information { min-height: 160px; - width: 100%; + width: 462px; border-top: 1px solid $divider; padding: 14px; z-index: 1;