typo for file name and replace flex: 1 with flex-grow: 1

This commit is contained in:
daihua ye
2018-09-30 00:37:04 -07:00
parent 18a37abed6
commit 57ed14a778

View File

@ -29,7 +29,7 @@ body {
.container > div:last-child {
background-color: #333;
flex: 1;
flex-grow: 1;
}
```