/* 自定义 CSS 样式 */

/* 使文章内容中的图片和视频响应式 */
.article-content img,
.article-content video {
    max-width: 100%;
    height: auto;
}

/* 调整卡片样式 */
.card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 页面底部留出足够空白 */
body {
    padding-bottom: 0px;
}
