Skip to content

Commit

Permalink
change character card style
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-afraz committed Jul 14, 2022
1 parent 4066de3 commit db1b9cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/character-card/character-card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ img {
-webkit-filter: drop-shadow(0px 0px 5px var(--color)) drop-shadow(0px 0px 15px var(--color));
filter: drop-shadow(0px 0px 5px var(--color)) drop-shadow(0px 0px 15px var(--color));
position: relative;
max-width: 400px;
max-width: 200px;
margin: auto;
z-index: 1;
}
Expand Down Expand Up @@ -118,6 +118,7 @@ img {
.card__text{
position: relative;
padding-bottom: 16%;
max-height: 180px;
&:before{
content: '';
position: absolute;
Expand Down

0 comments on commit db1b9cb

Please sign in to comment.