From a77f5a036563de43b69d8bd7c7f73c49eb342153 Mon Sep 17 00:00:00 2001 From: Sbragul26 Date: Sat, 11 Jul 2026 13:40:29 +0530 Subject: [PATCH] fix(docs): make content width consistent Signed-off-by: Sbragul26 --- assets/scss/_footer_project.scss | 7 ------- assets/scss/_styles_project.scss | 19 ------------------- 2 files changed, 26 deletions(-) diff --git a/assets/scss/_footer_project.scss b/assets/scss/_footer_project.scss index b35f04e69d2..c71d492924f 100644 --- a/assets/scss/_footer_project.scss +++ b/assets/scss/_footer_project.scss @@ -11,13 +11,6 @@ margin: 0; font-family: $font-qanelas; - @media (min-width: $site-max-width) { - > * { - max-width: $site-max-width; - width: 100%; - } - } - .d-header { height: 6rem; background-color: $white; diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 5bb83cc425a..8f87507e19c 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -768,25 +768,6 @@ html { scroll-behavior: smooth; } -// Max-width constraint for large screens to prevent layout stretch -@media (min-width: $site-max-width) { - .td-navbar { - > .container-fluid { - max-width: $site-max-width; - margin-left: auto; - margin-right: auto; - } - } - - .container-fluid.td-outer { - > .td-main { - max-width: $site-max-width; - margin-left: auto; - margin-right: auto; - } - } -} - h1, h2, h3, h4, h5, h6 { scroll-margin-top: 1rem; }