From 5612dd53d9fdebb616632a2a41cb6013e5a1e4b2 Mon Sep 17 00:00:00 2001 From: tanglingxiu Date: Thu, 5 Dec 2024 15:06:18 +0800 Subject: [PATCH] fix UI --- overrides/assets/stylesheets/custom.7c86dd97.min.css | 6 +++--- overrides/home.html | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/overrides/assets/stylesheets/custom.7c86dd97.min.css b/overrides/assets/stylesheets/custom.7c86dd97.min.css index 2e8934f..ebdbb09 100644 --- a/overrides/assets/stylesheets/custom.7c86dd97.min.css +++ b/overrides/assets/stylesheets/custom.7c86dd97.min.css @@ -20,7 +20,7 @@ .mdx__content { position: absolute; top: 18vw; - left: 9vw; + left: 6rem; width: 45vw; } .mdx_title { @@ -43,13 +43,13 @@ line-height: normal; letter-spacing: 0rem; color: #ffffff; - padding: 0 7rem; + padding: 0 6rem; margin: 2.7rem 0 1.4rem; } .container { display: flex; flex-wrap: wrap; - padding: 0 7rem 2rem; + padding: 0 6rem 2rem; gap: 3.2rem 1.5rem; } .item { diff --git a/overrides/home.html b/overrides/home.html index 11459cc..b0a5302 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -23,6 +23,11 @@ .md-header__source { display: none; } + .md-grid { + padding: 0 6rem; + /* width: 100%; */ + max-width: 100%; + }