/*
 Theme Name:   Makenzie Lite Child
 Theme URI:    https://example.com/
 Description:  Makenzie Lite 子主题
 Template:     makenzie-lite
 Version:      1.0
 Text Domain:  makenzie-lite-child
*/
/* 这里写你的自定义CSS，后面要用 */
/* 左侧边栏：源码在后面，视觉放到页面左边 */
@media screen and (min-width:64em){
	.content-area[class*="large-9"]{
		float:right;
	}
	.sidebar-left{
		float:left;
		width:25%;
	}
}

/* 特色图：源码后置，视觉放在标题下方 */
.post-main {
  position: relative;
}
.post-thumb-move {
  position: absolute;
  top: 100px;
  left:0;
  width:100%;
  z-index:1;
}
.entry-content {
  margin-top: 220px; /* 图片高度不合适可以微调这个数值，比如180px /240px */
}
