Fix overflow, add footer max-w
This commit is contained in:
@@ -34,7 +34,9 @@ import Link from "@components/Link.astro";
|
||||
<p class="p-2 text-sm">
|
||||
Copyright © <span id="footer-year"></span> Nathan Cummins.
|
||||
</p>
|
||||
<div class="statements grid grid-cols-1 gap-x-16 lg:grid-cols-2">
|
||||
<div
|
||||
class="statements mx-auto grid max-w-4xl grid-cols-1 gap-x-16 lg:grid-cols-2"
|
||||
>
|
||||
<p class="col-span-1 p-2 text-xs italic">
|
||||
I support and believe in the values of open source software and
|
||||
communities. This website is made from scratch using the <Link
|
||||
|
Reference in New Issue
Block a user