updates
This commit is contained in:
@@ -36,16 +36,8 @@ export default function PortfolioEntry({ title, description, url, image }) {
|
||||
return (
|
||||
<div className="portfolio-entry-block">
|
||||
<h2 style={ { marginTop: "0" } }><TextShuffler textInput={ title } /></h2>
|
||||
<div style={ {
|
||||
width: "100%",
|
||||
height: "300px",
|
||||
marginBottom: "15px"
|
||||
} }>
|
||||
<img src={ image } alt="" style={ {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
objectFit: "cover"
|
||||
} } />
|
||||
<div className="portfolio-image-wrapper">
|
||||
<img src={ image } alt="" className="portfolio-image" />
|
||||
</div>
|
||||
<span>
|
||||
<TextShuffler textInput={ description } />
|
||||
|
||||
Reference in New Issue
Block a user