Skip to content

Commit e0092f9

Browse files
committed
style: corrected the positioning of the assets
1 parent 0351aee commit e0092f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
}
3434
/* dynamically added images */
3535
.add-dynamic-content ~ div {
36-
min-height: 100vh;
36+
min-height: 200vh;
3737
display: flex;
38-
align-items: end;
38+
align-items: flex-end;
3939
}
4040

4141
/* Displaying the images on smaller viewports */

0 commit comments

Comments
 (0)