mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-19 05:41:37 +08:00
fix: 修复首页 section 的底部内边距以改善布局
This commit is contained in:
@@ -24,7 +24,7 @@ const latestRelease = inject<Ref<Release>>("latestRelease");
|
|||||||
<template>
|
<template>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<section
|
<section
|
||||||
class="relative flex items-center justify-center gap-10 pt-24 flex-col sm:flex-row"
|
class="relative flex items-center justify-center gap-10 pt-24 pb-12 sm:pb-0 flex-col sm:flex-row"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="fixed w-full h-full s-size-4 lg:s-size-5.5 top-0 left-0 z-[-1] flex items-end sm:justify-center"
|
class="fixed w-full h-full s-size-4 lg:s-size-5.5 top-0 left-0 z-[-1] flex items-end sm:justify-center"
|
||||||
|
|||||||
Reference in New Issue
Block a user