Skip to content

Commit

Permalink
fix for killerportfolio img
Browse files Browse the repository at this point in the history
  • Loading branch information
cheddZy committed Mar 5, 2024
1 parent 0d5d842 commit be1b228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/assets/killerportfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/ui/Card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ import { Image } from 'astro:assets'

<style>
#cardContainer {
background: linear-gradient(#b4c6ef, #0f0c3f 75%);
background: linear-gradient(#b4c6ef, #0f0c3f 80%);

width: 19.2rem;
aspect-ratio: 16 /10;
@apply rounded-lg;
Expand Down

0 comments on commit be1b228

Please sign in to comment.