From 22665414fe6f2ee0a90fca71f2695501b75d62f5 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 2 Sep 2020 13:27:10 +0530 Subject: [PATCH] landing-page: Fix carousel indicators alignment. Reset to bootstrap v2.3.2 moved the indicators to top right, we change it back to its previous location in this commit. --- static/styles/portico/landing-page.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index d4e97d1f25..c3e5856cbb 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -1580,6 +1580,9 @@ nav { justify-content: center; padding-left: 0; list-style: none; + position: relative; + top: auto; + right: auto; li { position: relative;