To edit Tab names

To edit Tab names

Change things in_includes/meta_tags/base.html

Change things in _includes/header.html

CSS Styling

Change the maximum allowable width of the page

Modify the line in max-width in the file located in /assets/css/main.css

  .wrapper {
    max-width: 1000px;
    margin: 50px auto; }