/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2025 | 00:21:48 */
@media (max-width: 768px) {
    .bloglogo img {
        /* 设置你想要的手机版宽度，比如 140px */
        width: 140px !important; 
        
        /* 保持高度自动，防止图片变形 */
        height: auto !important;
        
        /* 选填：如果觉得 logo 贴得太紧，可以微调一下上下位置 */
        /* margin-top: 5px !important; */ 
		margin-top: -10px;
    /* 如果发现没反应，尝试给它加一个显示属性，有些主题需要加上这句才生效 */
    /* display: inline-block; */
    }
}

.bloglogo img {
    transform: translateY(-40px);
}