styling updates

This commit is contained in:
Chuck Dries 2022-10-17 08:31:58 -07:00
parent c3e7918478
commit 339bbee996
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
2 changed files with 5 additions and 10 deletions

View File

@ -8,7 +8,7 @@ interface KeywordsPickerProps {
}
const KeywordsPicker = ({ keywords, value, onChange }: KeywordsPickerProps) => {
return (
<div className="mx-2">
<div className="mx-2 mt-2">
<span className="text-xs text-[#A2A2A2]">Collections</span>
<ul className="flex gap-1 flex-wrap mt-1 mb-2">
{keywords.map((keyword) => {

View File

@ -167,17 +167,12 @@ const GalleryPage = ({ data }: PageProps<Queries.GalleryPageQueryQuery>) => {
<div className="sm:sticky top-0 pt-1 z-10 bg-black">
<Nav
className="mb-4"
internalLinks={[
{ href: "/", label: "Home" },
]}
internalLinks={[{ href: "/", label: "Home" }]}
></Nav>
<div className="flex flex-col lg:flex-row lg:items-end justify-between">
<div className="flex flex-col mx-5 font-serif">
<h1 className="text-5xl mt-0 font-black z-10">
Chuck Dries
</h1>
<h2 className="">Full Stack Software Engineer & Photographer</h2>
<div className="flex flex-col mr-5 ml-2 font-serif">
<h1 className="text-5xl mt-0 font-black z-10">Chuck Dries</h1>
<h2 className="">Full Stack Software Engineer & Photographer</h2>
</div>
<KeywordsPicker
keywords={[