final footer fix (firefox)

This commit is contained in:
emma 2025-03-18 01:35:04 -04:00
parent 1328dc9a17
commit 346d5f67ef
2 changed files with 4 additions and 3 deletions

View File

@ -12,14 +12,14 @@ const backgroundColorNightMode = "#240046";
<style define:vars={{backgroundColor, backgroundColorNightMode}}>
footer {
background-color: var(--backgroundColor);
grid-row: -1;
grid-row: 3/4;
grid-column: 1/3;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 0.75rem;
height: 9.25vh;
height: 10vh;
width: 100vw;
font-family: system-ui;
font-size: 1.3rem;

View File

@ -26,11 +26,12 @@ html {
body {
background-color: var(--body-background-color);
background-image: url("/flowers.png");
color: var(--text-color);
min-height: 100vh;
display: grid;
grid-template-columns: 25vw 50vw 25vw;
grid-template-rows: 10vh 100% 10vh;
row-gap: 5vh;
color: var(--text-color);
}
h1,