Skip to content

Commit

Permalink
Merge pull request #193 from colmedev/colmedev/fixImage
Browse files Browse the repository at this point in the history
fix: 🐛 fix the bug on the "studycases" card
  • Loading branch information
felixicaza authored Aug 13, 2024
2 parents e7bb75d + 4a48400 commit cac5239
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/_Sections/StudyCases/StudyCases.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { t } from 'i18n:astro';
/>
</div>

<style>
<style is:global>
.study-cases {
display: grid;
gap: 2rem;
Expand All @@ -51,8 +51,10 @@ import { t } from 'i18n:astro';
block-size: initial;

& img {
margin-top: 6rem;
translate: -3rem 0;
@media (width >= 992px) {
margin-top: 9.8rem;
translate: -3rem 0;
}
}
}

Expand Down

0 comments on commit cac5239

Please sign in to comment.