diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 25c977363..84426eba6 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -1444,10 +1444,6 @@ function hideStagingBanner() { .mobile-navigation { display: flex; } - - main { - padding-top: 1.5rem; - } } diff --git a/apps/frontend/src/pages/news/changelog.vue b/apps/frontend/src/pages/news/changelog.vue new file mode 100644 index 000000000..9cfb0802b --- /dev/null +++ b/apps/frontend/src/pages/news/changelog.vue @@ -0,0 +1,16 @@ + + + diff --git a/apps/frontend/src/pages/news/changelog/[product]/[date].vue b/apps/frontend/src/pages/news/changelog/[product]/[date].vue index 38bbc2fe4..136a0951e 100644 --- a/apps/frontend/src/pages/news/changelog/[product]/[date].vue +++ b/apps/frontend/src/pages/news/changelog/[product]/[date].vue @@ -32,10 +32,10 @@ if (!changelogEntry.value) {