/*
Theme Name: ztheme
Theme URI: https://github.com/helloxz/ztheme
Author: xiaoz
Author URI: https://blog.xiaoz.org/
Description: A modern, clean WordPress theme built with Tailwind CSS and Alpine.js. Supports Markdown writing with dark mode.
Version: 1.0.1
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ztheme
Tags: blog, one-column, two-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks
*/

.comment-child{
    padding-top:12px;padding-bottom:12px;
}
.comment-reply-link{
    font-size:13px;
    color:#334155;
    font-weight:500;
}
#respond{
    margin-top:18px;
}

/*手机上的样式*/
@media (max-width: 640px) {
    .footer-widget{
        margin-left:16px;
        margin-right:16px;
    }
}
/*.items-center a{
    font-size:13px;
    color:#e5e7eb;
}*/