diff --git a/layouts/default.vue b/layouts/default.vue index 883f114d..b1c41cb9 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -16,7 +16,13 @@ -
+
You’re viewing Modrinth’s staging environment @@ -1220,7 +1226,7 @@ export default defineNuxtComponent({ gap: 0.5rem; grid-template: 'title actions' 'description actions'; padding-block: var(--gap-xl); - padding-inline: calc((100% - 80rem) / 2 + var(--gap-md)); + padding-inline: max(calc((100% - 80rem) / 2 + var(--gap-md)), var(--gap-xl)); .site-banner__title { grid-area: title; @@ -1235,6 +1241,7 @@ export default defineNuxtComponent({ color: var(--color-red); width: 1.5rem; height: 1.5rem; + flex-shrink: 0; } }