Adjusted shrine footers

This commit is contained in:
Helen Chong 2023-06-15 23:26:50 +08:00
parent 66efc64d36
commit 89e2dc866c
3 changed files with 7 additions and 3 deletions

View File

@ -309,8 +309,10 @@ footer {
background-color: var(--content-bg); background-color: var(--content-bg);
width: 100%; width: 100%;
height: 2.5rem; height: 2.5rem;
padding: 1.25rem;
text-align: center; text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin-top: 1.25rem; margin-top: 1.25rem;
} }

View File

@ -23,6 +23,6 @@ function stickyFunction() {
// Generate footer content // Generate footer content
var footerHTML = ` 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; document.querySelector("#footer").innerHTML = footerHTML;

View File

@ -309,8 +309,10 @@ footer {
background-color: var(--content-bg); background-color: var(--content-bg);
width: 100%; width: 100%;
height: 2.5rem; height: 2.5rem;
padding: 1.25rem;
text-align: center; text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin-top: 1.25rem; margin-top: 1.25rem;
} }