🔲 Fix inconsistency in solution

This commit is contained in:
Arjun 2023-01-27 07:22:49 +05:30
parent 50fccec8c4
commit 960fd76572
1 changed files with 43 additions and 41 deletions

View File

@ -1,5 +1,6 @@
body { 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; margin: 0;
min-height: 100vh; min-height: 100vh;
} }
@ -23,7 +24,7 @@ body {
.card { .card {
border: 1px solid #eee; 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; border-radius: 4px;
} }
@ -49,6 +50,7 @@ body {
.sidebar { .sidebar {
flex-shrink: 0; flex-shrink: 0;
box-sizing: border-box;
padding: 16px; padding: 16px;
} }