From e56d0d121a786e1418459e5ac4c77824b91bc7fd Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 11 Apr 2022 22:36:29 +0200 Subject: [PATCH] Removed legacy frontpage jumbotron styling --- .../styles/components/_jumbotron.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/javascript/styles/components/_jumbotron.scss b/app/javascript/styles/components/_jumbotron.scss index 323d0b3f..cb020fa6 100644 --- a/app/javascript/styles/components/_jumbotron.scss +++ b/app/javascript/styles/components/_jumbotron.scss @@ -28,25 +28,8 @@ } } - &__scroller { - display: block; - position: absolute; - bottom: 0; - margin: 0 auto; - padding: 20px; - text-align: center; - z-index: 1000; - font-size: 32px; - width: 100%; - } - &__content { width: 100%; align-self: center; } - - &--frontpage { - margin-top: -50px; - height: 100vh; - } } \ No newline at end of file