fix: add top padding to banner — face below nav bar, top-aligned

小橘 🍊
This commit is contained in:
小橘 2026-04-06 08:03:49 +00:00
parent 0e1eca479d
commit a7c64c68b6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -18,7 +18,7 @@ export const siteConfig: SiteConfig = {
banner: {
enable: true,
src: "assets/images/banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
position: "bottom", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
position: "top", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
credit: {
enable: false, // Display the credit text of the banner image
text: "", // Credit text to be displayed