Skip to content

Commit

Permalink
refactor: cleanup superfluous css
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Jun 22, 2021
1 parent f7ff4e8 commit c918ce3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/ImageSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const ImageSlider = ({ images, height }) => {
`}
style={{ ...styles, position: 'absolute' }}
>
<a href={item} target="_blank" rel="noreferrer" css={css``}>
<a href={item} target="_blank" rel="noreferrer">
<img
src={item}
alt={`${item.split('/').slice(-1)}`}
Expand All @@ -137,10 +137,6 @@ const ImageSlider = ({ images, height }) => {
box-shadow: inset 0px 0px 0px 4px var(--divider-color);
border-radius: 4px;
padding: 0.25rem;
@media screen and (max-width: 760px) {
object-fit: contain;
width: 100%;
}
`}
/>
</a>
Expand Down

0 comments on commit c918ce3

Please sign in to comment.