tonyassi commited on
Commit
acb6b7b
1 Parent(s): ea21f64

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -23,10 +23,10 @@ html, body {
23
  background-repeat: no-repeat;
24
 
25
  /* Add smooth transition effect for background changes */
26
- transition: background-image 0.1s ease-in-out;
27
  }
28
 
29
  /* Ensure the scrollable area is tall enough to allow scrolling */
30
  body {
31
- height: calc(100vh * 5); /* Adjust based on the number of images */
32
  }
 
23
  background-repeat: no-repeat;
24
 
25
  /* Add smooth transition effect for background changes */
26
+ transition: background-image 0.2s ease-in-out;
27
  }
28
 
29
  /* Ensure the scrollable area is tall enough to allow scrolling */
30
  body {
31
+ height: calc(100vh * 12); /* Adjust based on the number of images */
32
  }