拆分尾图
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2026-04-24 09:30:57 +08:00
parent f3b18233a4
commit 7d70e994f9
4 changed files with 33 additions and 18 deletions

23
post.html Normal file
View File

@ -0,0 +1,23 @@
## 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>