/******************************************************************
Site Name:
Author:

Stylesheet: Gutenberg Stylesheet

We're importing our main styles so that the Gutenberg
styles in the editor match what you will see on the front end.

******************************************************************/
.edit-post-visual-editor .size-auto,
.edit-post-visual-editor .size-full,
.edit-post-visual-editor .size-large,
.edit-post-visual-editor .size-medium,
.edit-post-visual-editor .size-thumbnail {
  max-width: 100%;
  height: auto;
}

/**
* Assigning colors to blocks.
* Change/add more classes for your block colors:
* .has-your-theme-color-background-color {}
* .has-your-theme-color-color {}
*
* See here: https://wordpress.org/gutenberg/handbook/extensibility/theme-support/
*/
/* Style the Gutenberg page */
/* Main editor column width */
/* Width of "wide" blocks */
/* Width of "full-wide" blocks */
body.gutenberg-editor-page .editor-block-list__block[data-align=full] {
  max-width: none;
}