💄 footer image

This commit is contained in:
mi
2025-11-13 10:01:42 +10:00
parent 5cfe3f5056
commit 9bd3cdf552
5 changed files with 29 additions and 1 deletions

View File

@@ -84,6 +84,19 @@ body {
display: block;
}
/* Site Footer Image */
.site-footer-image {
width: 100%;
overflow: hidden;
margin-top: 0;
}
.site-footer-image img {
width: 100%;
height: auto;
display: block;
}
/* Header and Navigation */
header {
border-bottom: var(--border-width-thick) solid var(--border-color);