From e0d65ea26efc3bed6de12cdc8eea2e630d5e001e Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 11 Apr 2022 22:34:39 +0200 Subject: [PATCH] Remove particle-related styling --- .../styles/components/_jumbotron.scss | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/app/javascript/styles/components/_jumbotron.scss b/app/javascript/styles/components/_jumbotron.scss index a0f388f1..323d0b3f 100644 --- a/app/javascript/styles/components/_jumbotron.scss +++ b/app/javascript/styles/components/_jumbotron.scss @@ -49,26 +49,4 @@ margin-top: -50px; height: 100vh; } - - &--particles { - padding: 0px; - overflow: hidden; - position: relative; - width: 100%; - - #{$this}__particles { - position: absolute; - width: 100%; - height: 100%; - } - - #{$this}__content { - position: relative; - top: 0; - padding-top: 48px; - padding-bottom: 48px; - padding-left: 30px; - padding-right: 30px; - } - } } \ No newline at end of file