/*
Theme Name: Saka
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Quote */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    list-style-position: inside;
    text-align: center;
}