fix: add top padding to banner — face below nav bar, top-aligned
小橘 🍊
This commit is contained in:
parent
0e1eca479d
commit
a7c64c68b6
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.2 MiB |
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user