🔲 Fix inconsistency in solution
This commit is contained in:
parent
50fccec8c4
commit
960fd76572
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
|
||||
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
@ -23,7 +24,7 @@ body {
|
|||
|
||||
.card {
|
||||
border: 1px solid #eee;
|
||||
box-shadow: 2px 4px 16px rgba(0,0,0,.06);
|
||||
box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.06);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
@ -49,6 +50,7 @@ body {
|
|||
|
||||
.sidebar {
|
||||
flex-shrink: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue