Skip to content

Commit 8b8bd05

Browse files
Remove an unused secondary grid row causing empty content (#109)
1 parent 046ca83 commit 8b8bd05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flash-template/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
color: var(--flash-white);
1212
display: grid;
1313
grid-template-columns: minmax(1rem, 26.5rem) 1fr;
14-
grid-template-rows: 100% 100%;
14+
grid-template-rows: 100%;
1515
}
1616

1717
@media only screen and (max-device-width: 250px) {

0 commit comments

Comments
 (0)