Move Border box to the non solution part

This commit is contained in:
Arjun 2023-01-31 12:57:09 +05:30
parent befceeb1e9
commit ea9fb9815f
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ body {
.sidebar {
width: 300px;
background: royalblue;
box-sizing: border-box;
}
.card {
@ -50,7 +51,6 @@ body {
.sidebar {
flex-shrink: 0;
padding: 16px;
box-sizing: border-box;
}
ul {

View File

@ -19,6 +19,7 @@ body {
.sidebar {
width: 300px;
background: royalblue;
box-sizing: border-box;
}
.card {