diff --git a/scss/_modal.scss b/scss/_modal.scss
index 9cb2e529e5ea94d6e69f3febfc029f76e13479f1..bc349ff8e670ee428c7d840fc121604e3c16b776 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -165,7 +165,6 @@
     &::before {
       height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2));
     }
-
   }
 
   .modal-content {
@@ -173,7 +172,6 @@
   }
 
   .modal-sm { max-width: $modal-sm; }
-
 }
 
 @include media-breakpoint-up(lg) {