diff --git a/src/app/app.component.scss b/src/app/app.component.scss index c45d95ed140f69b985c28b720d717217d322a516..98e0c6c01190ec530e9de00bbd4607cee816e439 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -115,7 +115,7 @@ button:focus { border-bottom: none; } .calculator-button.mat-raised-button { - height: calc(#{$navbar_height} - 3px); + height: calc(#{$navbar_height} - 5px); &:not([class*="mat-elevation-z"]) { box-shadow: -1px -2px 2px 0 rgba(0,0,0,.4),1px -2px 5px 0 rgba(0,0,0,.1);