adjust footer position (firefox)
This commit is contained in:
parent
5df3b4dc2c
commit
561fec884d
@ -14,6 +14,7 @@ const backgroundColorNightMode = "#240046";
|
||||
background-color: var(--backgroundColor);
|
||||
grid-row: 3/4;
|
||||
grid-column: 1/3;
|
||||
align-self: end;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -17,12 +17,12 @@ const { pageTitle } = Astro.props;
|
||||
<body>
|
||||
<Header />
|
||||
<Navigation />
|
||||
<main>
|
||||
<section>
|
||||
<h1>{pageTitle}</h1>
|
||||
<slot />
|
||||
</section>
|
||||
</main>
|
||||
<main>
|
||||
<section>
|
||||
<h1>{pageTitle}</h1>
|
||||
<slot />
|
||||
</section>
|
||||
</main>
|
||||
<WidgetBar />
|
||||
<Footer />
|
||||
</body>
|
||||
|
@ -28,7 +28,7 @@ body {
|
||||
background-image: url("/flowers.png");
|
||||
display: grid;
|
||||
grid-template-columns: 25vw 50vw 25vw;
|
||||
grid-template-rows: 10vh 100% 10vh;
|
||||
grid-template-rows: 10vh 100% 18.5vh;
|
||||
row-gap: 5vh;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user