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
1 changed files with 41 additions and 43 deletions

View File

@ -1,6 +1,5 @@
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;
}
@ -24,7 +23,7 @@ body {
.card {
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;
}
@ -50,7 +49,6 @@ body {
.sidebar {
flex-shrink: 0;
box-sizing: border-box;
padding: 16px;
}