add more spring pics and fix metadataitem layout bug
This commit is contained in:
@@ -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>
|
||||
|
@@ -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
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user