@charset "UTF-8";
/*
Theme Name: KRAKEN
Author: Olaf Lautrup Nørgaard - Pajor.
Author URI: https://pajor.dk/
Description: Barebones development theme for Pajor.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kraken
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Gutenberg Align full support
-----------------------------------------------------------------------------------------------------------*/
.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

/* =Gutenberg Align center support
-----------------------------------------------------------------------------------------------------------*/
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*# sourceMappingURL=style.css.map */
