Skip to content

Commit

Permalink
pixel-perfect: important
Browse files Browse the repository at this point in the history
  • Loading branch information
denisavitski committed Jan 7, 2025
1 parent f3a7507 commit 7f4051a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aptechka",
"version": "0.50.16",
"version": "0.50.17",
"repository": {
"type": "git",
"url": "git+https://github.com/denisavitski/aptechka.git"
Expand Down
8 changes: 4 additions & 4 deletions src/components/packages/pixel-perfect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const stylesheet = createStylesheet(/*css*/ `
}
::slotted(img) {
display: block;
width: 100%;
height: max-content;
object-fit: cover;
display: block !important;
width: 100% !important;
height: max-content !important;
object-fit: cover !important;
}
::slotted(picture) {
Expand Down

0 comments on commit 7f4051a

Please sign in to comment.