mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2026-06-22 06:04:23 +08:00
feat: 调整首页布局以支持最大宽度
This commit is contained in:
+1
-1
@@ -374,7 +374,7 @@ const latestRelease = inject<Ref<Release>>("latestRelease");
|
||||
</h2>
|
||||
</div>
|
||||
<div
|
||||
class="flex gap-4 lg:gap-16 flex-col-reverse sm:flex-row items-center grow-1 sm:grow-0"
|
||||
class="flex gap-4 lg:gap-16 max-w-full flex-col-reverse sm:flex-row items-center grow-1 sm:grow-0"
|
||||
>
|
||||
<div
|
||||
class="flex flex-col py-0 sm:py-8 lg:py-12 gap-6 items-center sm:items-start"
|
||||
|
||||
Reference in New Issue
Block a user