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.
This commit is contained in:
Aman Agrawal 2020-09-02 13:27:10 +05:30 committed by Tim Abbott
parent 8a210923e1
commit 22665414fe
1 changed files with 3 additions and 0 deletions

View File

@ -1580,6 +1580,9 @@ nav {
justify-content: center;
padding-left: 0;
list-style: none;
position: relative;
top: auto;
right: auto;
li {
position: relative;