diff --git a/src/app/form/form.component.scss b/src/app/form/form.component.scss index 09f51ccb285671c34d3f7c792b791934c0d680c8..fdc7e0585330c219acc21e2a4d11855d900f1d49 100644 --- a/src/app/form/form.component.scss +++ b/src/app/form/form.component.scss @@ -18,9 +18,6 @@ $progressBar-height: 50px; height: calc(100vh); top: 0; } - h3 { - margin: 0; - } } .footer { @@ -103,9 +100,6 @@ $progressBar-height: 50px; ); // -1px because of header border } height: auto; - /*height: calc( - 100vh - #{$header-height} - #{$progressBar-height} - #{$footer-height} - #{$footer-height-phone} - ); // -1px because of header border*/ color: $grey-1; &.home { height: 100%;