Gioni06/terminal.css

Add more size to container class

marcuxyz opened this issue · 1 comments

I think that we can add more container class to control size of content. E.g:

.container.container-xs {
  max-width: 750px;
}

that's what the --page-width custom property is for. hope this does the trick.