Skip to content

Commit 9baaaee

Browse files
committed
Adjust row, column definitions for better example
1 parent 2515b0f commit 9baaaee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/image-gallery-example/image-gallery-example.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
:host {
22
display: grid;
33
min-height: 100%;
4-
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
4+
grid-template-rows: repeat(auto-fill, 150px);
5+
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
56
grid-gap: 20px;
67
padding: 20px;
78
background-color: black;

0 commit comments

Comments
 (0)