Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 1, 2024
1 parent f002527 commit eea969d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.base {
position: relative;
z-index: var(--slide-stack-order);
flex-basis: var(--slide-width);
flex-grow: 0;
flex-shrink: 0;
flex-basis: var(--slide-width);
width: 100%;
transform: translate3d(var(--slide-transform-x), 0, 0);
backface-visibility: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}

.image {
flex-basis: var(--slide-width);
flex-grow: 0;
flex-shrink: 0;
flex-basis: var(--slide-width);
width: 100%;
height: 100%;
padding: var(--cui-spacings-giga);
Expand Down

0 comments on commit eea969d

Please sign in to comment.