Merge pull request #281 from dotarjun/main
flex/07-flex-layout-2 : fix solution.css inconsistency
This commit is contained in:
commit
3460a8d4bc
|
@ -19,6 +19,7 @@ body {
|
|||
.sidebar {
|
||||
width: 300px;
|
||||
background: royalblue;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
@ -19,6 +19,7 @@ body {
|
|||
.sidebar {
|
||||
width: 300px;
|
||||
background: royalblue;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
Loading…
Reference in New Issue