mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Remove container class from footer
This commit is contained in:
parent
17aff11e43
commit
b709d0bcfb
2 changed files with 2 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ header.primary nav ul li.github i.fa-github {
|
|||
}
|
||||
|
||||
footer {
|
||||
padding: 1rem 0;
|
||||
padding: 0 env(safe-area-inset-right) 2rem env(safe-area-inset-left);
|
||||
text-align: center;
|
||||
color: #6f6f6f;
|
||||
font-family: "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ enum Template {
|
|||
|
||||
body,
|
||||
|
||||
.footer(.class("container"),
|
||||
.footer(
|
||||
"© 2006 - \(context.currentYear)",
|
||||
.a(.href(context.url(for: "about")), .text(context.site.author))
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue