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 {
|
.sidebar {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
background: royalblue;
|
background: royalblue;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|
|
@ -19,6 +19,7 @@ body {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
background: royalblue;
|
background: royalblue;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|
Loading…
Reference in New Issue