fix: banner position bottom — avoid nav covering the face
小橘 🍊
This commit is contained in:
parent
229e6c50ee
commit
0e1eca479d
@ -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: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
|
||||
position: "bottom", // 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