mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-07 15:03:54 +05:00
refactor: update project preview images
This commit is contained in:
parent
d8bc89e1c6
commit
c9f0b7ab24
14 changed files with 14 additions and 12 deletions
|
@ -57,7 +57,7 @@ export const ProjectLink = ({
|
|||
key={`embla.project.${text}.slide.${index}`}
|
||||
>
|
||||
<img
|
||||
className="embla__slide__img rounded-xl! border-white/5 border-1 group-hover:scale-105 duration-100 ease-in-out origin-bottom"
|
||||
className="embla__slide__img rounded-xl! aspect-video border-white/5 border-1 group-hover:scale-105 duration-100 ease-in-out origin-bottom"
|
||||
src={item}
|
||||
alt=""
|
||||
/>
|
||||
|
@ -79,7 +79,7 @@ export const ProjectLink = ({
|
|||
icon={icon}
|
||||
text={text}
|
||||
desc={desc}
|
||||
backgroundColor={"#101316"}
|
||||
backgroundColor={"#0a0a0a"}
|
||||
backgroundOpacity={"100%"}
|
||||
isGroup={true}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue