Fix footer centering
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m28s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m28s
This commit is contained in:
parent
14f0c09490
commit
8298c98039
@ -88,9 +88,9 @@
|
|||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="wrapper-lg">Copyright © {{ today.year }} {{ metadata.author.name }}</div>
|
<div class="wrapper-lg mx-auto text-center">Copyright © {{ today.year }} {{ metadata.author.name }}</div>
|
||||||
|
|
||||||
<div class="wrapper-xs my-size-xs">
|
<div class="wrapper-xs mx-auto my-size-xs">
|
||||||
<p class="text-center">Part of the CSS JOY webring</p>
|
<p class="text-center">Part of the CSS JOY webring</p>
|
||||||
<div class="row" data-spacing="between">
|
<div class="row" data-spacing="between">
|
||||||
<a href="https://webri.ng/webring/cssjoy/previous?via=https://lewisdale.dev">Previous</a>
|
<a href="https://webri.ng/webring/cssjoy/previous?via=https://lewisdale.dev">Previous</a>
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
[class*="wrapper"] {
|
[class*="wrapper"] {
|
||||||
max-width: var(--wrapper-size, var(--screen-3xl));
|
max-width: var(--wrapper-size, var(--screen-3xl));
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
padding-left: var(--wrapper-padding, var(--space-size-3xl));
|
padding-left: var(--wrapper-padding, var(--space-size-3xl));
|
||||||
padding-right: var(--wrapper-padding, var(--space-size-3xl));
|
padding-right: var(--wrapper-padding, var(--space-size-3xl));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user