add more spring pics and fix metadataitem layout bug

This commit is contained in:
2022-03-22 21:25:41 -07:00
parent b9b137f59b
commit e040b57de5
7 changed files with 298 additions and 150 deletions

View File

@@ -5,7 +5,7 @@ const MetadataItem = ({ icon, data, title }) =>
<div className="flex justify-end items-end mr-2">
<div className="flex flex-col items-end my-2">
<span className="font-mono text-sm opacity-60 m-0 ">{title}</span>
<span className="text-lg leading-4 whitespace-nowrap">{data}</span>
<span className="text-lg leading-4">{data}</span>
</div>
<span className="icon-offset ml-2 mt-1 text-2xl">
<ion-icon name={icon} title={title}></ion-icon>

View File

@@ -247,6 +247,7 @@ export const query = graphql`
"DSC01800.jpg" # cherry blossom landscape sunny sky
"DSC01772.jpg" # cherry blossom portrait sunny sky
"DSC06201.jpg" # Wheatland snowy hills
"DSC01849.jpg" # cherry blossom among many
]
}
}