Revert "🔲 Fix inconsistency in solution"

This reverts commit 960fd76572.
This commit is contained in:
Arjun 2023-01-30 11:21:03 +05:30
parent 960fd76572
commit 03f4e594a8

View file

@ -1,6 +1,5 @@
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
margin: 0; margin: 0;
min-height: 100vh; min-height: 100vh;
} }
@ -24,7 +23,7 @@ body {
.card { .card {
border: 1px solid #eee; border: 1px solid #eee;
box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.06); box-shadow: 2px 4px 16px rgba(0,0,0,.06);
border-radius: 4px; border-radius: 4px;
} }
@ -50,7 +49,6 @@ body {
.sidebar { .sidebar {
flex-shrink: 0; flex-shrink: 0;
box-sizing: border-box;
padding: 16px; padding: 16px;
} }