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>
|
||||
footer {
|
||||
padding: 0;
|
||||
|
||||
display: grid;
|
||||
gap: 1em;
|
||||
grid-auto-flow: row;
|
||||
|
||||
p {
|
||||
font-size: var(--font-size-sm);
|
||||
}
|
||||
|
@ -80,7 +85,6 @@ const year = new Date().getFullYear()
|
|||
p,
|
||||
ul {
|
||||
margin: 0;
|
||||
line-height: 2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue