Skip to content

Commit

Permalink
fix(projects#muvtuber): imgs margin on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfmlr committed Sep 19, 2024
1 parent 0e100a7 commit b409da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/projects/Murecom.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<main class="grid lg:grid-cols-2 place-items-center pt-16 pb-8 md:pt-8">
<div class="p-24 md:order-1 md:block">
<div class="p-24 md:order-1 md:block">
<!-- <img-->
<!-- class="transition-transform transform hover:scale-105"-->
<!-- src="../../assets/img/murecom-flow.png"-->
Expand Down
3 changes: 2 additions & 1 deletion components/projects/Muvtuber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
width="512"
height="512"
/>
<div class="mt-52"></div>
<div class="mt-8"></div>
<div class="mt-44 hidden md:block"></div>
<img
class="transition-transform transform hover:scale-105"
src="../../assets/img/muvtuber-obs.png"
Expand Down

0 comments on commit b409da3

Please sign in to comment.