Skip to content

Commit

Permalink
style: mobile object-position (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
izayl authored May 2, 2023
1 parent 5994529 commit 343df8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-mirrors-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"useful-dependents": patch
---

adjust mobile cover position
3 changes: 0 additions & 3 deletions .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ env:
on:
workflow_dispatch:
push:
# Pattern matched against refs/tags
branches:
- main
tags:
- '*' # Push events to every tag not containing /
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/components/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Intro: React.FC = () => {
<CardContent>
<div className="relative h-64 mb-6">
<Image
className="object-cover object-top rounded-md"
className="object-cover object-[-15px_top] md:object-top rounded-md"
priority
src="/images/intro.png"
alt="intro"
Expand Down

0 comments on commit 343df8d

Please sign in to comment.