diff --git a/public/upyun.png b/public/upyun.png new file mode 100644 index 00000000..bd32376d Binary files /dev/null and b/public/upyun.png differ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 44f7f03f..e11c97e3 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -13,7 +13,7 @@ const { path } = Astro.props; diff --git a/src/styles/global.scss b/src/styles/global.scss index 6bdf493b..33c134ca 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -51,7 +51,11 @@ html { } .wide-container { - @apply mx-auto w-11/12 sm:w-10/12; + @apply mx-auto px-4; + @apply w-full; + @screen sm { + @apply w-10/12; + } } .primary-color {