Skip to content

Commit

Permalink
chore(ui): adjust margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Jan 6, 2023
1 parent 52b6428 commit f2b9f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CalculatorContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function retrieveEvaluationResults(newEvaluation: Evaluations, result: number) {
.entry-screen-container {
@apply flex justify-end;
@apply mb-2;
@apply mt-2 mb-4;
}
.entry-screen-container .screen {
Expand Down

0 comments on commit f2b9f4b

Please sign in to comment.