Files
qrhs/post.html
flt6 7d70e994f9
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
拆分尾图
2026-04-24 09:30:57 +08:00

23 lines
317 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: 90%;
}
}
</style>