mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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 {
|
footer {
|
||||||
padding: 1rem 0;
|
padding: 0 env(safe-area-inset-right) 2rem env(safe-area-inset-left);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #6f6f6f;
|
color: #6f6f6f;
|
||||||
font-family: "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
font-family: "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ enum Template {
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
|
||||||
.footer(.class("container"),
|
.footer(
|
||||||
"© 2006 - \(context.currentYear)",
|
"© 2006 - \(context.currentYear)",
|
||||||
.a(.href(context.url(for: "about")), .text(context.site.author))
|
.a(.href(context.url(for: "about")), .text(context.site.author))
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue