mirror of
https://github.com/axzilla/templui.git
synced 2025-02-23 12:24:10 +00:00
chore: beautify footer
This commit is contained in:
parent
22f7b69107
commit
25695c161f
@ -1151,6 +1151,10 @@ body {
|
|||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-8 {
|
||||||
|
padding: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.px-2 {
|
.px-2 {
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
|
@ -4,11 +4,14 @@ import "time"
|
|||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
templ Footer() {
|
templ Footer() {
|
||||||
<footer class="my-8 text-center text-md text-muted-foreground">
|
<footer class="py-4 text-center text-sm text-muted-foreground border-t">
|
||||||
<p>
|
<div class="container">
|
||||||
{ fmt.Sprintf("© %d goilerplate:", time.Now().Year()) }
|
<p class="mb-2 font-semibold">
|
||||||
Where Go meets UI, and sanity is optional.
|
{ fmt.Sprintf("© %d goilerplate:", time.Now().Year()) }
|
||||||
</p>
|
</p>
|
||||||
<p>Use at your own risk. Stupid code not excluded.</p>
|
<p>
|
||||||
|
Where Go meets UI, and sanity is optional. Use at your own risk. Stupid code not excluded.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user