Files
qrhs/post.html
flt6 30c95f3f39
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
优化移动端尾图
2026-04-24 09:32:54 +08:00

23 lines
318 B
HTML

## END
<!--rehype:wrap-style=text-align:center;-->
<img
src="https://flt6.top/today"
class="responsive-img"
/>
<style>
.responsive-img {
width: 50%;
height: auto;
display: block;
margin: 0 auto;
}
@media (max-width: 768px), (orientation: portrait) {
.responsive-img {
width: 100%;
}
}
</style>