mirror of https://github.com/zulip/zulip.git
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:
parent
8a210923e1
commit
22665414fe
|
@ -1580,6 +1580,9 @@ nav {
|
|||
justify-content: center;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
top: auto;
|
||||
right: auto;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue