minor UX tweaks to about page

This commit is contained in:
Brandon Egger
2023-04-13 00:51:54 -05:00
parent 97d29309e0
commit cb1de411c2
4 changed files with 15 additions and 11 deletions

View File

@ -82,7 +82,7 @@ const FooterLabeledSection = ({title, children}: {
const Footer: NextPage = () => {
return (
<div className="w-full mt-12 bg-neutral-800">
<div className="w-full bg-neutral-800">
{/** yellow stripe */}
<div className="bg-yellow-400 border-t-[1px] border-neutral-400 p-[4px]"></div>