Fix footer margin
This commit is contained in:
parent
815c03efc5
commit
fb26910e41
|
@ -3,7 +3,7 @@ package components
|
||||||
import c "git.ekzyis.com/ekzyis/delphi.market/server/router/context"
|
import c "git.ekzyis.com/ekzyis/delphi.market/server/router/context"
|
||||||
|
|
||||||
templ Footer() {
|
templ Footer() {
|
||||||
<footer class="flex justify-center px-1 pt-3">
|
<footer class="flex justify-center my-3">
|
||||||
<div>
|
<div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<small>
|
<small>
|
||||||
|
|
Loading…
Reference in New Issue