/*
 Theme Name:   Wisha
 Description:  Wisha Theme
 Author:       Lun Huang
 Author URI:   http://sallyer.com/lun
 Template:     blocksy
 Version:      1.0.17
*/

/* Add your custom CSS below */

/* Slider */
.wp-block-image.size-full img {
	width: 100%;
}
/* Layout Adjust */
.entry-header.ct-container-narrow {
	max-width: var(--theme-normal-container-max-width) !important;
}
/* Timeline */
@media only screen and (max-width: 689px) {
	.wp-block-stackable-timeline p {
		text-align: left !important;
	}
}