Compare commits

...

2 Commits

Author SHA1 Message Date
NetMan f962f43b52 Fixed buttons and dots positioning 2024-02-20 17:28:17 +01:00
NetMan bd954d1b33 1.0.2 2024-02-20 17:26:30 +01:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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