Merge pull request #97 from daihuaye/master

[FIX] typo for file name and replace `flex: 1` with `flex-grow: 1`
This commit is contained in:
Stefan Feješ
2018-09-30 12:56:20 +02:00
committed by GitHub

View File

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