swap out redwood forest photo and adjust metadataitem spacing
This commit is contained in:
parent
6a7fd29640
commit
f20e534e48
BIN
data/gallery/_DSC8445.jpg
(Stored with Git LFS)
BIN
data/gallery/_DSC8445.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
data/gallery/_DSC8447.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/_DSC8447.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -3,9 +3,9 @@ import React from "react";
|
||||
const MetadataItem = ({ icon, data, title }) =>
|
||||
data ? (
|
||||
<div className="flex justify-end items-end mr-2">
|
||||
<div className="flex flex-col items-end">
|
||||
<span className="font-mono text-sm m-0 mt-2 ">{title}</span>
|
||||
<span className="text-lg whitespace-nowrap">{data}</span>
|
||||
<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>
|
||||
</div>
|
||||
<span className="icon-offset ml-2 mt-1 text-2xl">
|
||||
<ion-icon name={icon} title={title}></ion-icon>
|
||||
|
Loading…
x
Reference in New Issue
Block a user