Add footer template and include it in base and hero templates; update legal URL path
Signed-off-by: Edgar P. Burkhart <git@edgarpierre.fr>
This commit is contained in:
parent
ac07607dd0
commit
5c99306f74
5 changed files with 16 additions and 3 deletions
|
@ -91,6 +91,7 @@ article.message {
|
|||
color-mix(in hsl, var(--pico-primary-background) 10%, var(--pico-background-color)) 80%,
|
||||
var(--pico-background-color));
|
||||
display: grid;
|
||||
grid-template-rows: 1fr min-content;
|
||||
align-items: center;
|
||||
padding: 4rem;
|
||||
|
||||
|
@ -116,3 +117,8 @@ h6,
|
|||
i.i {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
font-weight: 350;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue