Skip to content

Commit

Permalink
change rem to px, add z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Jan 13, 2024
1 parent 286f2b0 commit d2015c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ import shapes from '../graphics/shapes_twirl_2.svg';

.img {
position: absolute;
right: 0rem;
top: 4.56rem;
right: 0;
top: 73px;
z-index: -1;
}
</style>

0 comments on commit d2015c7

Please sign in to comment.