Compare commits

..

No commits in common. "f962f43b521497195a10dac2d0f4c89d498968d0" and "1022e1f098a6fb14b7219d92f83935ebebeb5748" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "odin-simple-image-slider", "name": "odin-simple-image-slider",
"version": "1.0.2", "version": "1.0.1",
"description": "Simple image slider", "description": "Simple image slider",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -3,7 +3,6 @@
height: 100dvh; height: 100dvh;
width: 100vw; width: 100vw;
max-width: 100%; max-width: 100%;
position: relative;
} }
.slider-image-container { .slider-image-container {