v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit f4d0f14cb6 - Show all commits

View File

@@ -1,5 +1,5 @@
<template>
<div class="mx-2 p-4 !py-8 shadow-md sm:mx-8 sm:p-32">
<div class="mx-2 p-4 !py-8 sm:mx-8 sm:p-32">
<div class="my-8 flex items-center justify-between">
<h2 class="m-0 mx-auto text-3xl font-extrabold sm:text-4xl">Latest news from Modrinth</h2>
</div>

View File

@@ -874,7 +874,7 @@ useSeoMeta({
<nuxt-link to="/legal/privacy">Privacy Policy.</nuxt-link>
</p>
</div>
<div class="bg-black">
<div class="bg-[var(--landing-raw-bg)]">
<LatestNewsRow />
</div>
</div>

View File

@@ -419,7 +419,7 @@
</div>
</div>
</div>
<div class="bg-black">
<div class="bg-[var(--landing-raw-bg)]">
<LatestNewsRow />
</div>
</div>