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:
@ -29,7 +29,7 @@ body {
|
|||||||
|
|
||||||
.container > div:last-child {
|
.container > div:last-child {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
flex: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Reference in New Issue
Block a user