Adjusted Image Display of Skills

This commit is contained in:
Elijah Dunemask 2023-07-27 14:44:24 +00:00
parent e297a693a6
commit 4f4bac619f
5 changed files with 86 additions and 80 deletions

View file

@ -18,14 +18,13 @@ export default function SkillPaper({
<Card
sx={{
margin: "0 auto",
boxShadow:
"0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)",
backgroundColor: bgColor,
}}
>
<CardMedia
sx={{ minHeight: 380 }}
image={src}
title="Fullstack Development Certificate"
<img
src={src}
style={{ width: "100%" }}
title={`${heading} Pluralsight Score`}
onClick={mediaClick}
/>
<CardContent sx={{ color: fgColor, backgroundColor: bgColor }}>