Adjusted shrine footers
This commit is contained in:
parent
66efc64d36
commit
89e2dc866c
|
@ -309,8 +309,10 @@ footer {
|
|||
background-color: var(--content-bg);
|
||||
width: 100%;
|
||||
height: 2.5rem;
|
||||
padding: 1.25rem;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@ function stickyFunction() {
|
|||
|
||||
// Generate footer content
|
||||
var footerHTML = `
|
||||
This shrine is made with ♥ by <a href="/home.html">Leilukin</a>
|
||||
<p>This shrine is made with ♥ by <a href="/home.html">Leilukin</a></p>
|
||||
`;
|
||||
document.querySelector("#footer").innerHTML = footerHTML;
|
|
@ -309,8 +309,10 @@ footer {
|
|||
background-color: var(--content-bg);
|
||||
width: 100%;
|
||||
height: 2.5rem;
|
||||
padding: 1.25rem;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue