Skip to content

Commit

Permalink
style: 💄 fix image height
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikms95 committed Apr 22, 2023
1 parent 50967d5 commit 13da5dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,13 @@
left: 300px;
top: -30px;
display: flex;
height: 15em;
height: 20em;
z-index: -1;
border-radius: 5px;
@apply desktop:h-64 desktop:-ml-10;
@apply tablet:-ml-0 tablet:-left-[38px] tablet:top-64 tablet:h-44;
@apply mobile:top-72 mobile:h-36 tablet:ml-10;
}
</style>

<script setup>
Expand Down

1 comment on commit 13da5dc

@vercel
Copy link

@vercel vercel bot commented on 13da5dc Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.