Skip to content

dailyraisin/kayto

Repository files navigation

Kayto

Your UI layout sidekick

See installation and usage notes on Github.

Set the default max-width like so with Javscipt and CSS:

//set to 1100px;
window.kaytoMaxWidth = 1100;
.kayto, .kayto-container { max-width: 1100px; }