bootleaf icon indicating copy to clipboard operation
bootleaf copied to clipboard

Center nav on small devices.

Open geospatialem opened this issue 8 years ago • 0 comments

This PR centers the navigation and dropdown menu on smaller devices (phones specifically).

The current look on small devices:

Before pull request implementation

The proposed look on small devices:

After pull request implementation

The proposed change will:

  • Add text-center to the nav navbar-nav class in the index.html
  • Add center justification the dropdown menu in app.css.

Note: The proposed change affects the class in app.css as it changes from .dropdown-menu a i to .dropdown-menu a.

geospatialem avatar Aug 01 '16 00:08 geospatialem