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%; + }