style: apply footer grid gap 1em
This commit is contained in:
parent
079ba9b55e
commit
78850a235c
1 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,11 @@ const year = new Date().getFullYear()
|
||||||
<style>
|
<style>
|
||||||
footer {
|
footer {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
gap: 1em;
|
||||||
|
grid-auto-flow: row;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-sm);
|
||||||
}
|
}
|
||||||
|
@ -80,7 +85,6 @@ const year = new Date().getFullYear()
|
||||||
p,
|
p,
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 2em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue