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"
|
||||
|
||||
templ Footer() {
|
||||
<footer class="flex justify-center px-1 pt-3">
|
||||
<footer class="flex justify-center my-3">
|
||||
<div>
|
||||
<hr/>
|
||||
<small>
|
||||
|
|
Loading…
Reference in New Issue