styling updates
This commit is contained in:
parent
c3e7918478
commit
339bbee996
@ -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) => {
|
||||
|
@ -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={[
|
||||
|
Loading…
x
Reference in New Issue
Block a user